Html Css Color HEX #560C0B Red Oxide

📋 copy color: '#560C0B'

red 86 ◦ green 12 ◦ blue 11

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

Shades of Red Oxide #560C0B

Tints of Red Oxide #560C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.01%

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

R = 78.9%
G = 11.01%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#560C0B (or 0x560C0B) is known color: Red Oxide. HEX triplet: 56, 0C and 0B. RGB value is (86,12,11). Sum of RGB (Red+Green+Blue) = 86+12+11=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C0B is #A9F3F4. Grayscale: #222222. Windows color (decimal): -11138037 or 724054. OLE color: 724054.

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

Color convert

RGB 86 12 11 -
CMYK 0 0.86 0.87 0.66
HSL 0.8º 0.77% 0.19% -
HSV(B) 0.8º 0.87% 0.34% -
XYZ 4.03 2.27 0.54 -
YUV 34.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 86 12 11 0 0.86 0.87 0.66 0.8 0.77 0.19
Hex 56 C B 0 56 57 42 1 4D 13
Octal 126 14 13 0 126 127 102 1 115 23
Binary 1010110 1100 1011 0 1010110 1010111 1000010 1 1001101 10011

Color Harmonies of #560C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C0B

Black with #560C0B

Text Example


Text Example

White with #560C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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