#B32701

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

Shades of Rust #B32701

Tints of Rust #B32701

Color information

#B32701 (or 0xB32701) is unknown color: approx Rust. HEX triplet: B3, 27 and 01. RGB value is (179,39,1). Sum of RGB (Red+Green+Blue) = 179+39+1=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B32701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32701 is #4CD8FE. Grayscale: #4C4C4C. Windows color (decimal): -5036287 or 75699. OLE color: 75699.

HSL color Cylindrical-coordinate representation of color #B32701: hue angle of 12.81º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32701 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB179391-
CMYK00.780.990.30
HSL12.81º98.89%35.29%-
HSV(B)12.81º99.44%70.2%-
XYZ19.3211.041.14-
YUV76.5385.38201.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 81.74%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=81.74%
G=17.81%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17939100.780.990.3012.8198.8935.29
HexB327104E631Ed6323
Octal2634710116143361514343
Binary1011001110011110100111011000111111011011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32701; }

 p { color: rgb(179,39,1); }

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

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

 a { background-color: rgb(179,39,1); }

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

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

 span { border-color: rgb(179,39,1); }

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