#B24B0C

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

Shades of Rust #B24B0C

Tints of Rust #B24B0C

Color information

#B24B0C (or 0xB24B0C) is unknown color: approx Rust. HEX triplet: B2, 4B and 0C. RGB value is (178,75,12). Sum of RGB (Red+Green+Blue) = 178+75+12=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24B0C is #4DB4F3. Grayscale: #626262. Windows color (decimal): -5092596 or 805810. OLE color: 805810.

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

Color convert

RGB1787512-
CMYK00.580.930.30
HSL22.77º87.37%37.25%-
HSV(B)22.77º93.26%69.8%-
XYZ20.9414.522.05-
YUV98.6279.12184.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.17%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=67.17%
G=28.30%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178751200.580.930.3022.7787.3737.25
HexB24BC03A5D1E175725
Octal26211314072135362712745
Binary10110010100101111000111010101110111110101111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B0C; }

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

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

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

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

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

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

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

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