#B24021

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

Shades of Rust #B24021

Tints of Rust #B24021

Color information

#B24021 (or 0xB24021) is unknown color: approx Rust. HEX triplet: B2, 40 and 21. RGB value is (178,64,33). Sum of RGB (Red+Green+Blue) = 178+64+33=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B24021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24021 is #4DBFDE. Grayscale: #5E5E5E. Windows color (decimal): -5095391 or 2179250. OLE color: 2179250.

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

Color convert

RGB1786433-
CMYK00.640.810.30
HSL12.83º68.72%41.37%-
HSV(B)12.83º81.46%69.8%-
XYZ20.4713.242.92-
YUV94.5593.27187.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.73%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 33 (13.28% from 255) = 12%
R=64.73%
G=23.27%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178643300.640.810.3012.8368.7241.37
HexB24021040511Ed4529
Octal262100410100121361510551
Binary1011001010000001000010100000010100011111011011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24021; }

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

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

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

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

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

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

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

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