Html Css Color HEX #560F0B Red Oxide

📋 copy color: '#560F0B'

red 86 ◦ green 15 ◦ blue 11

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

Shades of Red Oxide #560F0B

Tints of Red Oxide #560F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.39%

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

R = 76.79%
G = 13.39%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#560F0B (or 0x560F0B) is known color: Red Oxide. HEX triplet: 56, 0F and 0B. RGB value is (86,15,11). Sum of RGB (Red+Green+Blue) = 86+15+11=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F0B is #A9F0F4. Grayscale: #232323. Windows color (decimal): -11137269 or 724822. OLE color: 724822.

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

Color convert

RGB 86 15 11 -
CMYK 0 0.83 0.87 0.66
HSL 3.2º 0.77% 0.19% -
HSV(B) 3.2º 0.87% 0.34% -
XYZ 4.07 2.34 0.55 -
YUV 35.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 86 15 11 0 0.83 0.87 0.66 3.2 0.77 0.19
Hex 56 F B 0 53 57 42 3 4D 13
Octal 126 17 13 0 123 127 102 3 115 23
Binary 1010110 1111 1011 0 1010011 1010111 1000010 11 1001101 10011

Color Harmonies of #560F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560F0B

Black with #560F0B

Text Example


Text Example

White with #560F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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