Html Css Color HEX #56120C Red Oxide

📋 copy color: '#56120C'

red 86 ◦ green 18 ◦ blue 12

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

Shades of Red Oxide #56120C

Tints of Red Oxide #56120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 74.14%
G = 15.52%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#56120C (or 0x56120C) is known color: Red Oxide. HEX triplet: 56, 12 and 0C. RGB value is (86,18,12). Sum of RGB (Red+Green+Blue) = 86+18+12=116 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.14% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 86 - color contains mainly: red. Hex color #56120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56120C is #A9EDF3. Grayscale: #252525. Windows color (decimal): -11136500 or 791126. OLE color: 791126.

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

Color convert

RGB 86 18 12 -
CMYK 0 0.79 0.86 0.66
HSL 4.86º 0.76% 0.19% -
HSV(B) 4.86º 0.86% 0.34% -
XYZ 4.12 2.44 0.6 -
YUV 37.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 86 18 12 0 0.79 0.86 0.66 4.86 0.76 0.19
Hex 56 12 C 0 4F 56 42 5 4C 13
Octal 126 22 14 0 117 126 102 5 114 23
Binary 1010110 10010 1100 0 1001111 1010110 1000010 101 1001100 10011

Color Harmonies of #56120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56120C

Black with #56120C

Text Example


Text Example

White with #56120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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