Html Css Color HEX #56150A Red Oxide

📋 copy color: '#56150A'

red 86 ◦ green 21 ◦ blue 10

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

Shades of Red Oxide #56150A

Tints of Red Oxide #56150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.95%

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

R = 73.5%
G = 17.95%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56150A (or 0x56150A) is known color: Red Oxide. HEX triplet: 56, 15 and 0A. RGB value is (86,21,10). Sum of RGB (Red+Green+Blue) = 86+21+10=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #56150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56150A is #A9EAF5. Grayscale: #272727. Windows color (decimal): -11135734 or 660822. OLE color: 660822.

HSL color Cylindrical-coordinate representation of color #56150A: hue angle of 8.68º 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 #56150A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 21 10 -
CMYK 0 0.76 0.88 0.66
HSL 8.68º 0.79% 0.19% -
HSV(B) 8.68º 0.88% 0.34% -
XYZ 4.16 2.54 0.56 -
YUV 39.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 86 21 10 0 0.76 0.88 0.66 8.68 0.79 0.19
Hex 56 15 A 0 4C 58 42 9 4F 13
Octal 126 25 12 0 114 130 102 11 117 23
Binary 1010110 10101 1010 0 1001100 1011000 1000010 1001 1001111 10011

Color Harmonies of #56150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56150A

Black with #56150A

Text Example


Text Example

White with #56150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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