#571302

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

Shades of Red Oxide #571302

Tints of Red Oxide #571302

Color information

#571302 (or 0x571302) is unknown color: approx Red Oxide. HEX triplet: 57, 13 and 02. RGB value is (87,19,2). Sum of RGB (Red+Green+Blue) = 87+19+2=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #571302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571302 is #A8ECFD. Grayscale: #252525. Windows color (decimal): -11070718 or 136023. OLE color: 136023.

HSL color Cylindrical-coordinate representation of color #571302: hue angle of 12º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #571302 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB87192-
CMYK00.780.980.66
HSL12º95.51%17.45%-
HSV(B)12º97.7%34.12%-
XYZ4.172.50.32-
YUV37.39108.03163.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=80.56%
G=17.59%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8719200.780.980.661295.5117.45
Hex5713204E6242c6011
Octal12723201161421021414021
Binary1010111100111001001110110001010000101100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571302; }

 p { color: rgb(87,19,2); }

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

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

 a { background-color: rgb(87,19,2); }

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

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

 span { border-color: rgb(87,19,2); }

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