Html Css Color HEX #56170C Red Oxide

📋 copy color: '#56170C'

red 86 ◦ green 23 ◦ blue 12

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

Shades of Red Oxide #56170C

Tints of Red Oxide #56170C

RGB

 RED value IS 86 (33.98% from 255) = 71.07%

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

 BLUE value IS 12 (5.08% from 255) = 9.92%

R = 71.07%
G = 19.01%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#56170C (or 0x56170C) is known color: Red Oxide. HEX triplet: 56, 17 and 0C. RGB value is (86,23,12). Sum of RGB (Red+Green+Blue) = 86+23+12=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56170C is #A9E8F3. Grayscale: #282828. Windows color (decimal): -11135220 or 792406. OLE color: 792406.

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

Color convert

RGB 86 23 12 -
CMYK 0 0.73 0.86 0.66
HSL 8.92º 0.76% 0.19% -
HSV(B) 8.92º 0.86% 0.34% -
XYZ 4.21 2.62 0.63 -
YUV 40.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 86 23 12 0 0.73 0.86 0.66 8.92 0.76 0.19
Hex 56 17 C 0 49 56 42 9 4C 13
Octal 126 27 14 0 111 126 102 11 114 23
Binary 1010110 10111 1100 0 1001001 1010110 1000010 1001 1001100 10011

Color Harmonies of #56170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56170C

Black with #56170C

Text Example


Text Example

White with #56170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56170C; }

 p { color: rgb(86,23,12); }

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

background-color css

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

 a { background-color: rgb(86,23,12); }

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

border-color css

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

 span { border-color: rgb(86,23,12); }

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