#B22C01

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

Shades of Rust #B22C01

Tints of Rust #B22C01

Color information

#B22C01 (or 0xB22C01) is unknown color: approx Rust. HEX triplet: B2, 2C and 01. RGB value is (178,44,1). Sum of RGB (Red+Green+Blue) = 178+44+1=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22C01 is #4DD3FE. Grayscale: #4F4F4F. Windows color (decimal): -5100543 or 76978. OLE color: 76978.

HSL color Cylindrical-coordinate representation of color #B22C01: hue angle of 14.58º degrees, saturation: 0.99, 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 #B22C01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB178441-
CMYK00.750.990.30
HSL14.58º98.88%35.1%-
HSV(B)14.58º99.44%69.8%-
XYZ19.2711.271.19-
YUV79.1683.89198.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 79.82%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=79.82%
G=19.73%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17844100.750.990.3014.5898.8835.1
HexB22C104B631Ef6323
Octal2625410113143361714343
Binary1011001010110010100101111000111111011111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22C01; }

 p { color: rgb(178,44,1); }

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

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

 a { background-color: rgb(178,44,1); }

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

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

 span { border-color: rgb(178,44,1); }

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