#B24D12

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

Shades of Rust #B24D12

Tints of Rust #B24D12

Color information

#B24D12 (or 0xB24D12) is unknown color: approx Rust. HEX triplet: B2, 4D and 12. RGB value is (178,77,18). Sum of RGB (Red+Green+Blue) = 178+77+18=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D12 is #4DB2ED. Grayscale: #646464. Windows color (decimal): -5092078 or 1199538. OLE color: 1199538.

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

Color convert

RGB1787718-
CMYK00.570.900.30
HSL22.12º81.63%38.43%-
HSV(B)22.12º89.89%69.8%-
XYZ21.1214.822.32-
YUV100.4781.46183.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.20%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=65.20%
G=28.21%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178771800.570.900.3022.1281.6338.43
HexB24D120395A1E165226
Octal26211522071132362612246
Binary101100101001101100100111001101101011110101101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24D12; }

 p { color: rgb(178,77,18); }

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

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

 a { background-color: rgb(178,77,18); }

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

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

 span { border-color: rgb(178,77,18); }

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