#B22B07

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

Shades of Rust #B22B07

Tints of Rust #B22B07

Color information

#B22B07 (or 0xB22B07) is unknown color: approx Rust. HEX triplet: B2, 2B and 07. RGB value is (178,43,7). Sum of RGB (Red+Green+Blue) = 178+43+7=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22B07 is #4DD4F8. Grayscale: #4F4F4F. Windows color (decimal): -5100793 or 469938. OLE color: 469938.

HSL color Cylindrical-coordinate representation of color #B22B07: hue angle of 12.63º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B22B07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB178437-
CMYK00.760.960.30
HSL12.63º92.43%36.27%-
HSV(B)12.63º96.07%69.8%-
XYZ19.2611.211.35-
YUV79.2687.23198.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 78.07%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 7 (3.12% from 255) = 3.07%
R=78.07%
G=18.86%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17843700.760.960.3012.6392.4336.27
HexB22B704C601Ed5c24
Octal2625370114140361513444
Binary101100101010111110100110011000001111011011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B07; }

 p { color: rgb(178,43,7); }

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

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

 a { background-color: rgb(178,43,7); }

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

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

 span { border-color: rgb(178,43,7); }

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