#B94221

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

Shades of Rust #B94221

Tints of Rust #B94221

Color information

#B94221 (or 0xB94221) is unknown color: approx Rust. HEX triplet: B9, 42 and 21. RGB value is (185,66,33). Sum of RGB (Red+Green+Blue) = 185+66+33=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B94221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94221 is #46BDDE. Grayscale: #626262. Windows color (decimal): -4636127 or 2179769. OLE color: 2179769.

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

Color convert

RGB1856633-
CMYK00.640.820.27
HSL13.03º69.72%42.75%-
HSV(B)13.03º82.16%72.55%-
XYZ22.2314.323.03-
YUV97.8291.42190.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.14%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 33 (13.28% from 255) = 11.62%
R=65.14%
G=23.24%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185663300.640.820.2713.0369.7242.75
HexB94221040521Bd462b
Octal271102410100122331510653
Binary1011100110000101000010100000010100101101111011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94221; }

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

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

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

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

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

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

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

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