Html Css Color HEX #571512 Red Oxide

📋 copy color: '#571512'

red 87 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #571512

Tints of Red Oxide #571512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

 BLUE value IS 18 (7.42% from 255) = 14.29%

R = 69.05%
G = 16.67%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#571512 (or 0x571512) is known color: Red Oxide. HEX triplet: 57, 15 and 12. RGB value is (87,21,18). Sum of RGB (Red+Green+Blue) = 87+21+18=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571512 is #A8EAED. Grayscale: #282828. Windows color (decimal): -11070190 or 1185111. OLE color: 1185111.

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

Color convert

RGB 87 21 18 -
CMYK 0 0.76 0.79 0.66
HSL 2.61º 0.66% 0.21% -
HSV(B) 2.61º 0.79% 0.34% -
XYZ 4.31 2.61 0.85 -
YUV 40.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 87 21 18 0 0.76 0.79 0.66 2.61 0.66 0.21
Hex 57 15 12 0 4C 4F 42 3 42 15
Octal 127 25 22 0 114 117 102 3 102 25
Binary 1010111 10101 10010 0 1001100 1001111 1000010 11 1000010 10101

Color Harmonies of #571512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571512

Black with #571512

Text Example


Text Example

White with #571512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571512; }

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

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

background-color css

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

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

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

border-color css

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

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

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