#B22400

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

Shades of Rust #B22400

Tints of Rust #B22400

Color information

#B22400 (or 0xB22400) is unknown color: approx Rust. HEX triplet: B2, 24 and 00. RGB value is (178,36,0). Sum of RGB (Red+Green+Blue) = 178+36+0=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B22400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22400 is #4DDBFF. Grayscale: #4A4A4A. Windows color (decimal): -5102592 or 9394. OLE color: 9394.

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

Color convert

RGB178360-
CMYK00.8010.30
HSL12.13º100%34.9%-
HSV(B)12.13º100%69.8%-
XYZ18.9910.731.07-
YUV74.3586.04201.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 83.18%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.18%
G=16.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17836000.8010.3012.1310034.9
HexB2240050641Ec6423
Octal2624400120144361414443
Binary1011001010010000101000011001001111011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22400; }

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

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

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

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

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

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

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

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