#B22F00

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

Shades of Rust #B22F00

Tints of Rust #B22F00

Color information

#B22F00 (or 0xB22F00) is unknown color: approx Rust. HEX triplet: B2, 2F and 00. RGB value is (178,47,0). Sum of RGB (Red+Green+Blue) = 178+47+0=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22F00 is #4DD0FF. Grayscale: #515151. Windows color (decimal): -5099776 or 12210. OLE color: 12210.

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

Color convert

RGB178470-
CMYK00.7410.30
HSL15.84º100%34.9%-
HSV(B)15.84º100%69.8%-
XYZ19.3811.51.2-
YUV80.8182.4197.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 79.11%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.11%
G=20.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17847000.7410.3015.8410034.9
HexB22F004A641E106423
Octal2625700112144362014443
Binary10110010101111001001010110010011110100001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F00; }

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

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

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

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

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

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

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

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