Html Css Color HEX #510C05 Red Oxide

📋 copy color: '#510C05'

red 81 ◦ green 12 ◦ blue 5

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

Shades of Red Oxide #510C05

Tints of Red Oxide #510C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.24%

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

R = 82.65%
G = 12.24%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#510C05 (or 0x510C05) is known color: Red Oxide. HEX triplet: 51, 0C and 05. RGB value is (81,12,5). Sum of RGB (Red+Green+Blue) = 81+12+5=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #510C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C05 is #AEF3FA. Grayscale: #1F1F1F. Windows color (decimal): -11465723 or 330833. OLE color: 330833.

HSL color Cylindrical-coordinate representation of color #510C05: hue angle of 5.53º 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 #510C05 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 12 5 -
CMYK 0 0.85 0.94 0.68
HSL 5.53º 0.88% 0.17% -
HSV(B) 5.53º 0.94% 0.32% -
XYZ 3.55 2.02 0.35 -
YUV 31.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 81 12 5 0 0.85 0.94 0.68 5.53 0.88 0.17
Hex 51 C 5 0 55 5E 44 6 58 11
Octal 121 14 5 0 125 136 104 6 130 21
Binary 1010001 1100 101 0 1010101 1011110 1000100 110 1011000 10001

Color Harmonies of #510C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510C05

Black with #510C05

Text Example


Text Example

White with #510C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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