Html Css Color HEX #56120A Red Oxide

📋 copy color: '#56120A'

red 86 ◦ green 18 ◦ blue 10

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

Shades of Red Oxide #56120A

Tints of Red Oxide #56120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.79%

 BLUE value IS 10 (4.3% from 255) = 8.77%

R = 75.44%
G = 15.79%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56120A (or 0x56120A) is known color: Red Oxide. HEX triplet: 56, 12 and 0A. RGB value is (86,18,10). Sum of RGB (Red+Green+Blue) = 86+18+10=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #56120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56120A is #A9EDF5. Grayscale: #252525. Windows color (decimal): -11136502 or 660054. OLE color: 660054.

HSL color Cylindrical-coordinate representation of color #56120A: hue angle of 6.32º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56120A is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 18 10 -
CMYK 0 0.79 0.88 0.66
HSL 6.32º 0.79% 0.19% -
HSV(B) 6.32º 0.88% 0.34% -
XYZ 4.11 2.43 0.54 -
YUV 37.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 86 18 10 0 0.79 0.88 0.66 6.32 0.79 0.19
Hex 56 12 A 0 4F 58 42 6 4F 13
Octal 126 22 12 0 117 130 102 6 117 23
Binary 1010110 10010 1010 0 1001111 1011000 1000010 110 1001111 10011

Color Harmonies of #56120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56120A

Black with #56120A

Text Example


Text Example

White with #56120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56120A; }

 p { color: rgb(86,18,10); }

 H1.HeaderClassName
 {
   color: #56120A;
 }
 .AnyTagClassName
 {
   color: #56120A;
 }
</style>

background-color css

<style>
 a { background-color: #56120A; }

 a { background-color: rgb(86,18,10); }

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

border-color css

<style>
 span { border-color: #56120A; }

 span { border-color: rgb(86,18,10); }

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