#B24020

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

Shades of Rust #B24020

Tints of Rust #B24020

Color information

#B24020 (or 0xB24020) is unknown color: approx Rust. HEX triplet: B2, 40 and 20. RGB value is (178,64,32). Sum of RGB (Red+Green+Blue) = 178+64+32=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B24020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24020 is #4DBFDF. Grayscale: #5E5E5E. Windows color (decimal): -5095392 or 2113714. OLE color: 2113714.

HSL color Cylindrical-coordinate representation of color #B24020: hue angle of 13.15º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B24020 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB1786432-
CMYK00.640.820.30
HSL13.15º69.52%41.18%-
HSV(B)13.15º82.02%69.8%-
XYZ20.4513.242.84-
YUV94.4492.77187.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.96%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=64.96%
G=23.36%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178643200.640.820.3013.1569.5241.18
HexB24020040521Ed4629
Octal262100400100122361510651
Binary1011001010000001000000100000010100101111011011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24020; }

 p { color: rgb(178,64,32); }

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

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

 a { background-color: rgb(178,64,32); }

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

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

 span { border-color: rgb(178,64,32); }

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