#B22600

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

Shades of Rust #B22600

Tints of Rust #B22600

Color information

#B22600 (or 0xB22600) is unknown color: approx Rust. HEX triplet: B2, 26 and 00. RGB value is (178,38,0). Sum of RGB (Red+Green+Blue) = 178+38+0=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B22600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22600 is #4DD9FF. Grayscale: #4B4B4B. Windows color (decimal): -5102080 or 9906. OLE color: 9906.

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

Color convert

RGB178380-
CMYK00.7910.30
HSL12.81º100%34.9%-
HSV(B)12.81º100%69.8%-
XYZ19.0510.851.09-
YUV75.5385.38201.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.41%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.41%
G=17.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17838000.7910.3012.8110034.9
HexB226004F641Ed6423
Octal2624600117144361514443
Binary1011001010011000100111111001001111011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22600; }

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

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

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

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

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

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

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

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