#B24F0C

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

Shades of Rust #B24F0C

Tints of Rust #B24F0C

Color information

#B24F0C (or 0xB24F0C) is unknown color: approx Rust. HEX triplet: B2, 4F and 0C. RGB value is (178,79,12). Sum of RGB (Red+Green+Blue) = 178+79+12=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24F0C is #4DB0F3. Grayscale: #656565. Windows color (decimal): -5091572 or 806834. OLE color: 806834.

HSL color Cylindrical-coordinate representation of color #B24F0C: hue angle of 24.22º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B24F0C is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1787912-
CMYK00.560.930.30
HSL24.22º87.37%37.25%-
HSV(B)24.22º93.26%69.8%-
XYZ21.2215.082.14-
YUV100.9677.8182.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.17%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 12 (5.08% from 255) = 4.46%
R=66.17%
G=29.37%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178791200.560.930.3024.2287.3737.25
HexB24FC0385D1E185725
Octal26211714070135363012745
Binary10110010100111111000111000101110111110110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24F0C; }

 p { color: rgb(178,79,12); }

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

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

 a { background-color: rgb(178,79,12); }

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

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

 span { border-color: rgb(178,79,12); }

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