Html Css Color HEX #56170D Red Oxide

📋 copy color: '#56170D'

red 86 ◦ green 23 ◦ blue 13

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

Shades of Red Oxide #56170D

Tints of Red Oxide #56170D

RGB

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

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

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

R = 70.49%
G = 18.85%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56170D (or 0x56170D) is known color: Red Oxide. HEX triplet: 56, 17 and 0D. RGB value is (86,23,13). Sum of RGB (Red+Green+Blue) = 86+23+13=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #56170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56170D is #A9E8F2. Grayscale: #282828. Windows color (decimal): -11135219 or 857942. OLE color: 857942.

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

Color convert

RGB 86 23 13 -
CMYK 0 0.73 0.85 0.66
HSL 8.22º 0.74% 0.19% -
HSV(B) 8.22º 0.85% 0.34% -
XYZ 4.22 2.62 0.66 -
YUV 40.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 86 23 13 0 0.73 0.85 0.66 8.22 0.74 0.19
Hex 56 17 D 0 49 55 42 8 4A 13
Octal 126 27 15 0 111 125 102 10 112 23
Binary 1010110 10111 1101 0 1001001 1010101 1000010 1000 1001010 10011

Color Harmonies of #56170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56170D

Black with #56170D

Text Example


Text Example

White with #56170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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