#B32B00

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

Shades of Rust #B32B00

Tints of Rust #B32B00

Color information

#B32B00 (or 0xB32B00) is unknown color: approx Rust. HEX triplet: B3, 2B and 00. RGB value is (179,43,0). Sum of RGB (Red+Green+Blue) = 179+43+0=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32B00 is #4CD4FF. Grayscale: #4F4F4F. Windows color (decimal): -5035264 or 11187. OLE color: 11187.

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

Color convert

RGB179430-
CMYK00.7610.30
HSL14.41º100%35.1%-
HSV(B)14.41º100%70.2%-
XYZ19.4511.311.16-
YUV78.7683.56199.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 80.63%
GREEN value IS 43 (17.19% from 255) = 19.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.63%
G=19.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17943000.7610.3014.4110035.1
HexB32B004C641Ee6423
Octal2635300114144361614443
Binary1011001110101100100110011001001111011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32B00; }

 p { color: rgb(179,43,0); }

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

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

 a { background-color: rgb(179,43,0); }

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

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

 span { border-color: rgb(179,43,0); }

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