Html Css Color HEX #560C09 Red Oxide

📋 copy color: '#560C09'

red 86 ◦ green 12 ◦ blue 9

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

Shades of Red Oxide #560C09

Tints of Red Oxide #560C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.41%

R = 80.37%
G = 11.21%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#560C09 (or 0x560C09) is known color: Red Oxide. HEX triplet: 56, 0C and 09. RGB value is (86,12,9). Sum of RGB (Red+Green+Blue) = 86+12+9=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #560C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C09 is #A9F3F6. Grayscale: #212121. Windows color (decimal): -11138039 or 592982. OLE color: 592982.

HSL color Cylindrical-coordinate representation of color #560C09: hue angle of 2.34º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560C09 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 12 9 -
CMYK 0 0.86 0.90 0.66
HSL 2.34º 0.81% 0.19% -
HSV(B) 2.34º 0.9% 0.34% -
XYZ 4.02 2.26 0.48 -
YUV 33.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 86 12 9 0 0.86 0.90 0.66 2.34 0.81 0.19
Hex 56 C 9 0 56 5A 42 2 51 13
Octal 126 14 11 0 126 132 102 2 121 23
Binary 1010110 1100 1001 0 1010110 1011010 1000010 10 1010001 10011

Color Harmonies of #560C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C09

Black with #560C09

Text Example


Text Example

White with #560C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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