Html Css Color HEX #560D04 Red Oxide

📋 copy color: '#560D04'

red 86 ◦ green 13 ◦ blue 4

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

Shades of Red Oxide #560D04

Tints of Red Oxide #560D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.62%

 BLUE value IS 4 (1.95% from 255) = 3.88%

R = 83.5%
G = 12.62%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#560D04 (or 0x560D04) is known color: Red Oxide. HEX triplet: 56, 0D and 04. RGB value is (86,13,4). Sum of RGB (Red+Green+Blue) = 86+13+4=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #560D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D04 is #A9F2FB. Grayscale: #212121. Windows color (decimal): -11137788 or 265558. OLE color: 265558.

HSL color Cylindrical-coordinate representation of color #560D04: hue angle of 6.59º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560D04 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 13 4 -
CMYK 0 0.85 0.95 0.66
HSL 6.59º 0.91% 0.18% -
HSV(B) 6.59º 0.95% 0.34% -
XYZ 4 2.28 0.34 -
YUV 33.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 86 13 4 0 0.85 0.95 0.66 6.59 0.91 0.18
Hex 56 D 4 0 55 5F 42 7 5B 12
Octal 126 15 4 0 125 137 102 7 133 22
Binary 1010110 1101 100 0 1010101 1011111 1000010 111 1011011 10010

Color Harmonies of #560D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D04

Black with #560D04

Text Example


Text Example

White with #560D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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