#B24A12

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

Shades of Rust #B24A12

Tints of Rust #B24A12

Color information

#B24A12 (or 0xB24A12) is unknown color: approx Rust. HEX triplet: B2, 4A and 12. RGB value is (178,74,18). Sum of RGB (Red+Green+Blue) = 178+74+18=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24A12 is #4DB5ED. Grayscale: #636363. Windows color (decimal): -5092846 or 1198770. OLE color: 1198770.

HSL color Cylindrical-coordinate representation of color #B24A12: hue angle of 21º 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 #B24A12 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1787418-
CMYK00.580.900.30
HSL21º81.63%38.43%-
HSV(B)21º89.89%69.8%-
XYZ20.9214.412.25-
YUV98.7182.46184.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.93%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=65.93%
G=27.41%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178741800.580.900.302181.6338.43
HexB24A1203A5A1E155226
Octal26211222072132362512246
Binary101100101001010100100111010101101011110101011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24A12; }

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

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

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

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

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

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

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

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