#B22B00

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

Shades of Rust #B22B00

Tints of Rust #B22B00

Color information

#B22B00 (or 0xB22B00) is unknown color: approx Rust. HEX triplet: B2, 2B and 00. RGB value is (178,43,0). Sum of RGB (Red+Green+Blue) = 178+43+0=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22B00 is #4DD4FF. Grayscale: #4E4E4E. Windows color (decimal): -5100800 or 11186. OLE color: 11186.

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

Color convert

RGB178430-
CMYK00.7610.30
HSL14.49º100%34.9%-
HSV(B)14.49º100%69.8%-
XYZ19.2211.191.15-
YUV78.4683.73199-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 80.54%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.54%
G=19.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17843000.7610.3014.4910034.9
HexB22B004C641Ee6423
Octal2625300114144361614443
Binary1011001010101100100110011001001111011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B00; }

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

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

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

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

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

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

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

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