Html Css Color HEX #57170B Red Oxide

📋 copy color: '#57170B'

red 87 ◦ green 23 ◦ blue 11

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

Shades of Red Oxide #57170B

Tints of Red Oxide #57170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 11 (4.69% from 255) = 9.09%

R = 71.9%
G = 19.01%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57170B (or 0x57170B) is known color: Red Oxide. HEX triplet: 57, 17 and 0B. RGB value is (87,23,11). Sum of RGB (Red+Green+Blue) = 87+23+11=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #57170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57170B is #A8E8F4. Grayscale: #282828. Windows color (decimal): -11069685 or 726871. OLE color: 726871.

HSL color Cylindrical-coordinate representation of color #57170B: hue angle of 9.47º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57170B is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 23 11 -
CMYK 0 0.74 0.87 0.66
HSL 9.47º 0.78% 0.19% -
HSV(B) 9.47º 0.87% 0.34% -
XYZ 4.3 2.66 0.6 -
YUV 40.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 87 23 11 0 0.74 0.87 0.66 9.47 0.78 0.19
Hex 57 17 B 0 4A 57 42 9 4E 13
Octal 127 27 13 0 112 127 102 11 116 23
Binary 1010111 10111 1011 0 1001010 1010111 1000010 1001 1001110 10011

Color Harmonies of #57170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57170B

Black with #57170B

Text Example


Text Example

White with #57170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57170B; }

 p { color: rgb(87,23,11); }

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

background-color css

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

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

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

border-color css

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

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

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