Html Css Color HEX #560E0B Red Oxide

📋 copy color: '#560E0B'

red 86 ◦ green 14 ◦ blue 11

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

Shades of Red Oxide #560E0B

Tints of Red Oxide #560E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.61%

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

R = 77.48%
G = 12.61%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#560E0B (or 0x560E0B) is known color: Red Oxide. HEX triplet: 56, 0E and 0B. RGB value is (86,14,11). Sum of RGB (Red+Green+Blue) = 86+14+11=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #560E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E0B is #A9F1F4. Grayscale: #232323. Windows color (decimal): -11137525 or 724566. OLE color: 724566.

HSL color Cylindrical-coordinate representation of color #560E0B: hue angle of 2.4º degrees, saturation: 0.77, 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 #560E0B is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 14 11 -
CMYK 0 0.84 0.87 0.66
HSL 2.4º 0.77% 0.19% -
HSV(B) 2.4º 0.87% 0.34% -
XYZ 4.06 2.32 0.55 -
YUV 35.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 86 14 11 0 0.84 0.87 0.66 2.4 0.77 0.19
Hex 56 E B 0 54 57 42 2 4D 13
Octal 126 16 13 0 124 127 102 2 115 23
Binary 1010110 1110 1011 0 1010100 1010111 1000010 10 1001101 10011

Color Harmonies of #560E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560E0B

Black with #560E0B

Text Example


Text Example

White with #560E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560E0B; }

 p { color: rgb(86,14,11); }

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

background-color css

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

 a { background-color: rgb(86,14,11); }

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

border-color css

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

 span { border-color: rgb(86,14,11); }

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