#B24E1A

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

Shades of Rust #B24E1A

Tints of Rust #B24E1A

Color information

#B24E1A (or 0xB24E1A) is unknown color: approx Rust. HEX triplet: B2, 4E and 1A. RGB value is (178,78,26). Sum of RGB (Red+Green+Blue) = 178+78+26=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24E1A is #4DB1E5. Grayscale: #666666. Windows color (decimal): -5091814 or 1724082. OLE color: 1724082.

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

Color convert

RGB1787826-
CMYK00.560.850.30
HSL20.53º74.51%40%-
HSV(B)20.53º85.39%69.8%-
XYZ21.2714.992.75-
YUV101.9785.13182.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.12%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=63.12%
G=27.66%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178782600.560.850.3020.5374.5140
HexB24E1A038551E154b28
Octal26211632070125362511350
Binary101100101001110110100111000101010111110101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24E1A; }

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

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

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

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

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

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

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

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