#B24D0D

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

Shades of Rust #B24D0D

Tints of Rust #B24D0D

Color information

#B24D0D (or 0xB24D0D) is unknown color: approx Rust. HEX triplet: B2, 4D and 0D. RGB value is (178,77,13). Sum of RGB (Red+Green+Blue) = 178+77+13=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D0D is #4DB2F2. Grayscale: #646464. Windows color (decimal): -5092083 or 871858. OLE color: 871858.

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

Color convert

RGB1787713-
CMYK00.570.930.30
HSL23.27º86.39%37.45%-
HSV(B)23.27º92.7%69.8%-
XYZ21.0914.82.13-
YUV99.978.96183.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.42%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=66.42%
G=28.73%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178771300.570.930.3023.2786.3937.45
HexB24DD0395D1E175625
Octal26211515071135362712645
Binary10110010100110111010111001101110111110101111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24D0D; }

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

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

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

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

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

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

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

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