#B24207

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

Shades of Rust #B24207

Tints of Rust #B24207

Color information

#B24207 (or 0xB24207) is unknown color: approx Rust. HEX triplet: B2, 42 and 07. RGB value is (178,66,7). Sum of RGB (Red+Green+Blue) = 178+66+7=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B24207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24207 is #4DBDF8. Grayscale: #5D5D5D. Windows color (decimal): -5094905 or 475826. OLE color: 475826.

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

Color convert

RGB178667-
CMYK00.630.960.30
HSL20.7º92.43%36.27%-
HSV(B)20.7º96.07%69.8%-
XYZ20.3513.381.71-
YUV92.7679.61188.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.92%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 7 (3.12% from 255) = 2.79%
R=70.92%
G=26.29%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17866700.630.960.3020.792.4336.27
HexB242703F601E155c24
Octal2621027077140362513444
Binary1011001010000101110111111110000011110101011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24207; }

 p { color: rgb(178,66,7); }

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

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

 a { background-color: rgb(178,66,7); }

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

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

 span { border-color: rgb(178,66,7); }

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