#571003

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

Shades of Red Oxide #571003

Tints of Red Oxide #571003

Color information

#571003 (or 0x571003) is unknown color: approx Red Oxide. HEX triplet: 57, 10 and 03. RGB value is (87,16,3). Sum of RGB (Red+Green+Blue) = 87+16+3=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #571003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571003 is #A8EFFC. Grayscale: #232323. Windows color (decimal): -11071485 or 200791. OLE color: 200791.

HSL color Cylindrical-coordinate representation of color #571003: hue angle of 9.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #571003 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB87163-
CMYK00.820.970.66
HSL9.29º93.33%17.65%-
HSV(B)9.29º96.55%34.12%-
XYZ4.132.40.33-
YUV35.75109.52164.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.08%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 3 (1.56% from 255) = 2.83%
R=82.08%
G=15.09%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8716300.820.970.669.2993.3317.65
Hex57103052614295d12
Octal12720301221411021113522
Binary1010111100001101010010110000110000101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571003; }

 p { color: rgb(87,16,3); }

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

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

 a { background-color: rgb(87,16,3); }

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

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

 span { border-color: rgb(87,16,3); }

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