#B34203

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

Shades of Rust #B34203

Tints of Rust #B34203

Color information

#B34203 (or 0xB34203) is unknown color: approx Rust. HEX triplet: B3, 42 and 03. RGB value is (179,66,3). Sum of RGB (Red+Green+Blue) = 179+66+3=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B34203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34203 is #4CBDFC. Grayscale: #5C5C5C. Windows color (decimal): -5029373 or 213683. OLE color: 213683.

HSL color Cylindrical-coordinate representation of color #B34203: hue angle of 21.48º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B34203 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB179663-
CMYK00.630.980.30
HSL21.48º96.7%35.69%-
HSV(B)21.48º98.32%70.2%-
XYZ20.5613.491.61-
YUV92.677.44189.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 72.18%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 3 (1.56% from 255) = 1.21%
R=72.18%
G=26.61%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17966300.630.980.3021.4896.735.69
HexB342303F621E156124
Octal2631023077142362514144
Binary101100111000010110111111110001011110101011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34203; }

 p { color: rgb(179,66,3); }

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

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

 a { background-color: rgb(179,66,3); }

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

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

 span { border-color: rgb(179,66,3); }

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