Html Css Color HEX #560C0E Burnt Crimson

📋 copy color: '#560C0E'

red 86 ◦ green 12 ◦ blue 14

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

Shades of Burnt Crimson #560C0E

Tints of Burnt Crimson #560C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.5%

R = 76.79%
G = 10.71%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#560C0E (or 0x560C0E) is known color: Burnt Crimson. HEX triplet: 56, 0C and 0E. RGB value is (86,12,14). Sum of RGB (Red+Green+Blue) = 86+12+14=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C0E is #A9F3F1. Grayscale: #222222. Windows color (decimal): -11138034 or 920662. OLE color: 920662.

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

Color convert

RGB 86 12 14 -
CMYK 0 0.86 0.84 0.66
HSL 358.38º 0.76% 0.19% -
HSV(B) 358.38º 0.86% 0.34% -
XYZ 4.05 2.27 0.64 -
YUV 34.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 86 12 14 0 0.86 0.84 0.66 358.38 0.76 0.19
Hex 56 C E 0 56 54 42 166 4C 13
Octal 126 14 16 0 126 124 102 546 114 23
Binary 1010110 1100 1110 0 1010110 1010100 1000010 101100110 1001100 10011

Color Harmonies of #560C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C0E

Black with #560C0E

Text Example


Text Example

White with #560C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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