Html Css Color HEX #571010 Red Oxide

📋 copy color: '#571010'

red 87 ◦ green 16 ◦ blue 16

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

Shades of Red Oxide #571010

Tints of Red Oxide #571010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

 BLUE value IS 16 (6.64% from 255) = 13.45%

R = 73.11%
G = 13.45%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#571010 (or 0x571010) is known color: Red Oxide. HEX triplet: 57, 10 and 10. RGB value is (87,16,16). Sum of RGB (Red+Green+Blue) = 87+16+16=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #571010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571010 is #A8EFEF. Grayscale: #252525. Windows color (decimal): -11071472 or 1052759. OLE color: 1052759.

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

Color convert

RGB 87 16 16 -
CMYK 0 0.82 0.82 0.66
HSL 0.69% 0.2% -
HSV(B) 0.82% 0.34% -
XYZ 4.21 2.43 0.74 -
YUV 37.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 87 16 16 0 0.82 0.82 0.66 0 0.69 0.2
Hex 57 10 10 0 52 52 42 0 45 14
Octal 127 20 20 0 122 122 102 0 105 24
Binary 1010111 10000 10000 0 1010010 1010010 1000010 0 1000101 10100

Color Harmonies of #571010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571010

Black with #571010

Text Example


Text Example

White with #571010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571010; }

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

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

background-color css

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

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

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

border-color css

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

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

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