#B22B02

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

Shades of Rust #B22B02

Tints of Rust #B22B02

Color information

#B22B02 (or 0xB22B02) is unknown color: approx Rust. HEX triplet: B2, 2B and 02. RGB value is (178,43,2). Sum of RGB (Red+Green+Blue) = 178+43+2=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22B02 is #4DD4FD. Grayscale: #4E4E4E. Windows color (decimal): -5100798 or 142258. OLE color: 142258.

HSL color Cylindrical-coordinate representation of color #B22B02: hue angle of 13.98º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B22B02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB178432-
CMYK00.760.990.30
HSL13.98º97.78%35.29%-
HSV(B)13.98º98.88%69.8%-
XYZ19.2311.21.2-
YUV78.6984.73198.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 79.82%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=79.82%
G=19.28%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17843200.760.990.3013.9897.7835.29
HexB22B204C631Ee6223
Octal2625320114143361614243
Binary10110010101011100100110011000111111011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B02; }

 p { color: rgb(178,43,2); }

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

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

 a { background-color: rgb(178,43,2); }

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

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

 span { border-color: rgb(178,43,2); }

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