Html Css Color HEX #510A06 Red Oxide

📋 copy color: '#510A06'

red 81 ◦ green 10 ◦ blue 6

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

Shades of Red Oxide #510A06

Tints of Red Oxide #510A06

RGB

 RED value IS 81 (32.03% from 255) = 83.51%

 GREEN value IS 10 (4.3% from 255) = 10.31%

 BLUE value IS 6 (2.73% from 255) = 6.19%

R = 83.51%
G = 10.31%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#510A06 (or 0x510A06) is known color: Red Oxide. HEX triplet: 51, 0A and 06. RGB value is (81,10,6). Sum of RGB (Red+Green+Blue) = 81+10+6=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #510A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510A06 is #AEF5F9. Grayscale: #1E1E1E. Windows color (decimal): -11466234 or 395857. OLE color: 395857.

HSL color Cylindrical-coordinate representation of color #510A06: hue angle of 3.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510A06 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 10 6 -
CMYK 0 0.88 0.93 0.68
HSL 3.2º 0.86% 0.17% -
HSV(B) 3.2º 0.93% 0.32% -
XYZ 3.53 1.98 0.37 -
YUV 30.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 81 10 6 0 0.88 0.93 0.68 3.2 0.86 0.17
Hex 51 A 6 0 58 5D 44 3 56 11
Octal 121 12 6 0 130 135 104 3 126 21
Binary 1010001 1010 110 0 1011000 1011101 1000100 11 1010110 10001

Color Harmonies of #510A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A06

Black with #510A06

Text Example


Text Example

White with #510A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510A06; }

 p { color: rgb(81,10,6); }

 H1.HeaderClassName
 {
   color: #510A06;
 }
 .AnyTagClassName
 {
   color: #510A06;
 }
</style>

background-color css

<style>
 a { background-color: #510A06; }

 a { background-color: rgb(81,10,6); }

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

border-color css

<style>
 span { border-color: #510A06; }

 span { border-color: rgb(81,10,6); }

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