Html Css Color HEX #57160D Red Oxide

📋 copy color: '#57160D'

red 87 ◦ green 22 ◦ blue 13

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

Shades of Red Oxide #57160D

Tints of Red Oxide #57160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.03%

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 71.31%
G = 18.03%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#57160D (or 0x57160D) is known color: Red Oxide. HEX triplet: 57, 16 and 0D. RGB value is (87,22,13). Sum of RGB (Red+Green+Blue) = 87+22+13=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #57160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57160D is #A8E9F2. Grayscale: #282828. Windows color (decimal): -11069939 or 857687. OLE color: 857687.

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

Color convert

RGB 87 22 13 -
CMYK 0 0.75 0.85 0.66
HSL 7.3º 0.74% 0.2% -
HSV(B) 7.3º 0.85% 0.34% -
XYZ 4.29 2.63 0.66 -
YUV 40.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 87 22 13 0 0.75 0.85 0.66 7.3 0.74 0.2
Hex 57 16 D 0 4B 55 42 7 4A 14
Octal 127 26 15 0 113 125 102 7 112 24
Binary 1010111 10110 1101 0 1001011 1010101 1000010 111 1001010 10100

Color Harmonies of #57160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57160D

Black with #57160D

Text Example


Text Example

White with #57160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57160D; }

 p { color: rgb(87,22,13); }

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

background-color css

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

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

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

border-color css

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

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

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