#B22C0D

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

Shades of Rust #B22C0D

Tints of Rust #B22C0D

Color information

#B22C0D (or 0xB22C0D) is unknown color: approx Rust. HEX triplet: B2, 2C and 0D. RGB value is (178,44,13). Sum of RGB (Red+Green+Blue) = 178+44+13=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22C0D is #4DD3F2. Grayscale: #505050. Windows color (decimal): -5100531 or 863410. OLE color: 863410.

HSL color Cylindrical-coordinate representation of color #B22C0D: hue angle of 11.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B22C0D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1784413-
CMYK00.750.930.30
HSL11.27º86.39%37.45%-
HSV(B)11.27º92.7%69.8%-
XYZ19.3311.31.54-
YUV80.5389.89197.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 75.74%
GREEN value IS 44 (17.58% from 255) = 18.72%
BLUE value IS 13 (5.47% from 255) = 5.53%
R=75.74%
G=18.72%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178441300.750.930.3011.2786.3937.45
HexB22CD04B5D1Eb5625
Octal26254150113135361312645
Binary1011001010110011010100101110111011111010111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22C0D; }

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

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

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

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

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

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

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

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