#B22F04

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

Shades of Rust #B22F04

Tints of Rust #B22F04

Color information

#B22F04 (or 0xB22F04) is unknown color: approx Rust. HEX triplet: B2, 2F and 04. RGB value is (178,47,4). Sum of RGB (Red+Green+Blue) = 178+47+4=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22F04 is #4DD0FB. Grayscale: #515151. Windows color (decimal): -5099772 or 274354. OLE color: 274354.

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

Color convert

RGB178474-
CMYK00.740.980.30
HSL14.83º95.6%35.69%-
HSV(B)14.83º97.75%69.8%-
XYZ19.411.511.31-
YUV81.2784.4197-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.73%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=77.73%
G=20.52%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17847400.740.980.3014.8395.635.69
HexB22F404A621Ef6024
Octal2625740112142361714044
Binary101100101011111000100101011000101111011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F04; }

 p { color: rgb(178,47,4); }

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

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

 a { background-color: rgb(178,47,4); }

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

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

 span { border-color: rgb(178,47,4); }

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