#B24E09

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

Shades of Rust #B24E09

Tints of Rust #B24E09

Color information

#B24E09 (or 0xB24E09) is unknown color: approx Rust. HEX triplet: B2, 4E and 09. RGB value is (178,78,9). Sum of RGB (Red+Green+Blue) = 178+78+9=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24E09 is #4DB1F6. Grayscale: #646464. Windows color (decimal): -5091831 or 609970. OLE color: 609970.

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

Color convert

RGB178789-
CMYK00.560.950.30
HSL24.5º90.37%36.67%-
HSV(B)24.5º94.94%69.8%-
XYZ21.1314.932.03-
YUV100.0376.63183.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.17%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 9 (3.91% from 255) = 3.40%
R=67.17%
G=29.43%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17878900.560.950.3024.590.3736.67
HexB24E90385F1E185a25
Octal26211611070137363013245
Binary10110010100111010010111000101111111110110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24E09; }

 p { color: rgb(178,78,9); }

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

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

 a { background-color: rgb(178,78,9); }

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

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

 span { border-color: rgb(178,78,9); }

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