#571502

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

Shades of Red Oxide #571502

Tints of Red Oxide #571502

Color information

#571502 (or 0x571502) is unknown color: approx Red Oxide. HEX triplet: 57, 15 and 02. RGB value is (87,21,2). Sum of RGB (Red+Green+Blue) = 87+21+2=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #571502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571502 is #A8EAFD. Grayscale: #262626. Windows color (decimal): -11070206 or 136535. OLE color: 136535.

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

Color convert

RGB87212-
CMYK00.760.980.66
HSL13.41º95.51%17.45%-
HSV(B)13.41º97.7%34.12%-
XYZ4.212.570.33-
YUV38.57107.37162.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.09%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 2 (1.17% from 255) = 1.82%
R=79.09%
G=19.09%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8721200.760.980.6613.4195.5117.45
Hex5715204C6242d6011
Octal12725201141421021514021
Binary1010111101011001001100110001010000101101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571502; }

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

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

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

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

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

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

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

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