Html Css Color HEX #510B05 Red Oxide

📋 copy color: '#510B05'

red 81 ◦ green 11 ◦ blue 5

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

Shades of Red Oxide #510B05

Tints of Red Oxide #510B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.34%

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

R = 83.51%
G = 11.34%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#510B05 (or 0x510B05) is known color: Red Oxide. HEX triplet: 51, 0B and 05. RGB value is (81,11,5). Sum of RGB (Red+Green+Blue) = 81+11+5=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #510B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B05 is #AEF4FA. Grayscale: #1F1F1F. Windows color (decimal): -11465979 or 330577. OLE color: 330577.

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

Color convert

RGB 81 11 5 -
CMYK 0 0.86 0.94 0.68
HSL 4.74º 0.88% 0.17% -
HSV(B) 4.74º 0.94% 0.32% -
XYZ 3.54 2 0.34 -
YUV 31.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 81 11 5 0 0.86 0.94 0.68 4.74 0.88 0.17
Hex 51 B 5 0 56 5E 44 5 58 11
Octal 121 13 5 0 126 136 104 5 130 21
Binary 1010001 1011 101 0 1010110 1011110 1000100 101 1011000 10001

Color Harmonies of #510B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B05

Black with #510B05

Text Example


Text Example

White with #510B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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