#B34221

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

Shades of Rust #B34221

Tints of Rust #B34221

Color information

#B34221 (or 0xB34221) is unknown color: approx Rust. HEX triplet: B3, 42 and 21. RGB value is (179,66,33). Sum of RGB (Red+Green+Blue) = 179+66+33=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B34221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34221 is #4CBDDE. Grayscale: #606060. Windows color (decimal): -5029343 or 2179763. OLE color: 2179763.

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

Color convert

RGB1796633-
CMYK00.630.820.30
HSL13.56º68.87%41.57%-
HSV(B)13.56º81.56%70.2%-
XYZ20.8113.592.96-
YUV96.0292.44187.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.39%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=64.39%
G=23.74%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179663300.630.820.3013.5668.8741.57
HexB3422103F521Ee452a
Octal26310241077122361610552
Binary101100111000010100001011111110100101111011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34221; }

 p { color: rgb(179,66,33); }

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

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

 a { background-color: rgb(179,66,33); }

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

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

 span { border-color: rgb(179,66,33); }

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