Html Css Color HEX #510A05 Red Oxide

📋 copy color: '#510A05'

red 81 ◦ green 10 ◦ blue 5

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

Shades of Red Oxide #510A05

Tints of Red Oxide #510A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.21%

R = 84.38%
G = 10.42%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#510A05 (or 0x510A05) is known color: Red Oxide. HEX triplet: 51, 0A and 05. RGB value is (81,10,5). Sum of RGB (Red+Green+Blue) = 81+10+5=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #510A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510A05 is #AEF5FA. Grayscale: #1E1E1E. Windows color (decimal): -11466235 or 330321. OLE color: 330321.

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

Color convert

RGB 81 10 5 -
CMYK 0 0.88 0.94 0.68
HSL 3.95º 0.88% 0.17% -
HSV(B) 3.95º 0.94% 0.32% -
XYZ 3.53 1.98 0.34 -
YUV 30.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 81 10 5 0 0.88 0.94 0.68 3.95 0.88 0.17
Hex 51 A 5 0 58 5E 44 4 58 11
Octal 121 12 5 0 130 136 104 4 130 21
Binary 1010001 1010 101 0 1011000 1011110 1000100 100 1011000 10001

Color Harmonies of #510A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A05

Black with #510A05

Text Example


Text Example

White with #510A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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