#B24513

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

Shades of Rust #B24513

Tints of Rust #B24513

Color information

#B24513 (or 0xB24513) is unknown color: approx Rust. HEX triplet: B2, 45 and 13. RGB value is (178,69,19). Sum of RGB (Red+Green+Blue) = 178+69+19=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B24513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24513 is #4DBAEC. Grayscale: #606060. Windows color (decimal): -5094125 or 1263026. OLE color: 1263026.

HSL color Cylindrical-coordinate representation of color #B24513: hue angle of 18.87º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B24513 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB1786919-
CMYK00.610.890.30
HSL18.87º80.71%38.63%-
HSV(B)18.87º89.33%69.8%-
XYZ20.6113.772.19-
YUV95.8984.61186.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.92%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 19 (7.81% from 255) = 7.14%
R=66.92%
G=25.94%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178691900.610.890.3018.8780.7138.63
HexB2451303D591E135127
Octal26210523075131362312147
Binary101100101000101100110111101101100111110100111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24513; }

 p { color: rgb(178,69,19); }

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

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

 a { background-color: rgb(178,69,19); }

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

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

 span { border-color: rgb(178,69,19); }

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