#B22900

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

Shades of Rust #B22900

Tints of Rust #B22900

Color information

#B22900 (or 0xB22900) is unknown color: approx Rust. HEX triplet: B2, 29 and 00. RGB value is (178,41,0). Sum of RGB (Red+Green+Blue) = 178+41+0=219 (29% of max value = 765). Red value is 178 (69.92% from 255 or 81.28% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 178 - color contains mainly: red. Hex color #B22900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22900 is #4DD6FF. Grayscale: #4D4D4D. Windows color (decimal): -5101312 or 10674. OLE color: 10674.

HSL color Cylindrical-coordinate representation of color #B22900: hue angle of 13.82º 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 #B22900 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB178410-
CMYK00.7710.30
HSL13.82º100%34.9%-
HSV(B)13.82º100%69.8%-
XYZ19.1511.051.12-
YUV77.2984.39199.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 81.28%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.28%
G=18.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17841000.7710.3013.8210034.9
HexB229004D641Ee6423
Octal2625100115144361614443
Binary1011001010100100100110111001001111011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22900; }

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

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

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

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

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

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

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

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