#B34420

Color #B34420 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B34420

Tints of Rust #B34420

Color information

#B34420 (or 0xB34420) is unknown color: approx Rust. HEX triplet: B3, 44 and 20. RGB value is (179,68,32). Sum of RGB (Red+Green+Blue) = 179+68+32=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B34420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34420 is #4CBBDF. Grayscale: #616161. Windows color (decimal): -5028832 or 2114739. OLE color: 2114739.

HSL color Cylindrical-coordinate representation of color #B34420: hue angle of 14.69º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B34420 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB1796832-
CMYK00.620.820.30
HSL14.69º69.67%41.37%-
HSV(B)14.69º82.12%70.2%-
XYZ20.9213.822.93-
YUV97.0891.27186.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 64.16%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=64.16%
G=24.37%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179683200.620.820.3014.6969.6741.37
HexB3442003E521Ef4629
Octal26310440076122361710651
Binary101100111000100100000011111010100101111011111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34420; }

 p { color: rgb(179,68,32); }

 H1.HeaderClassName
 {
   color: #B34420;
 }
 .AnyTagClassName
 {
   color: #B34420;
 }
</style>
background-color css

<style>
 a { background-color: #B34420; }

 a { background-color: rgb(179,68,32); }

 div.DivClassName
 {
   background-color: #B34420;
 }
 .BgClassName
 {
   background-color: #B34420;
 }
</style>
border-color css

<style>
 span { border-color: #B34420; }

 span { border-color: rgb(179,68,32); }

 td.TdClassName
 {
   border-color: #B34420;
 }
 .TagClassName
 {
   border-color: #B34420;
 }
</style>