Html Css Color HEX #571203 Red Oxide

📋 copy color: '#571203'

red 87 ◦ green 18 ◦ blue 3

#571203
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #571203

Tints of Red Oxide #571203

RGB

 RED value IS 87 (34.38% from 255) = 80.56%

 GREEN value IS 18 (7.42% from 255) = 16.67%

 BLUE value IS 3 (1.56% from 255) = 2.78%

R = 80.56%
G = 16.67%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#571203 (or 0x571203) is known color: Red Oxide. HEX triplet: 57, 12 and 03. RGB value is (87,18,3). Sum of RGB (Red+Green+Blue) = 87+18+3=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #571203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571203 is #A8EDFC. Grayscale: #252525. Windows color (decimal): -11070973 or 201303. OLE color: 201303.

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

Color convert

RGB 87 18 3 -
CMYK 0 0.79 0.97 0.66
HSL 10.71º 0.93% 0.18% -
HSV(B) 10.71º 0.97% 0.34% -
XYZ 4.16 2.47 0.34 -
YUV 36.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 87 18 3 0 0.79 0.97 0.66 10.71 0.93 0.18
Hex 57 12 3 0 4F 61 42 B 5D 12
Octal 127 22 3 0 117 141 102 13 135 22
Binary 1010111 10010 11 0 1001111 1100001 1000010 1011 1011101 10010

Color Harmonies of #571203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571203

Black with #571203

Text Example


Text Example

White with #571203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571203; }

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

 H1.HeaderClassName
 {
   color: #571203;
 }
 .AnyTagClassName
 {
   color: #571203;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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