Html Css Color HEX #510106 Rustic Red

📋 copy color: '#510106'

red 81 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #510106

Tints of Rustic Red #510106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

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

R = 92.05%
G = 1.14%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#510106 (or 0x510106) is known color: Rustic Red. HEX triplet: 51, 01 and 06. RGB value is (81,1,6). Sum of RGB (Red+Green+Blue) = 81+1+6=88 (11% of max value = 765). Red value is 81 (32.03% from 255 or 92.05% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 81 - color contains mainly: red. Hex color #510106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510106 is #AEFEF9. Grayscale: #191919. Windows color (decimal): -11468538 or 393553. OLE color: 393553.

HSL color Cylindrical-coordinate representation of color #510106: hue angle of 356.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510106 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 1 6 -
CMYK 0 0.99 0.93 0.68
HSL 356.25º 0.98% 0.16% -
HSV(B) 356.25º 0.99% 0.32% -
XYZ 3.44 1.78 0.34 -
YUV 25.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 81 1 6 0 0.99 0.93 0.68 356.25 0.98 0.16
Hex 51 1 6 0 63 5D 44 164 62 10
Octal 121 1 6 0 143 135 104 544 142 20
Binary 1010001 1 110 0 1100011 1011101 1000100 101100100 1100010 10000

Color Harmonies of #510106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510106

Black with #510106

Text Example


Text Example

White with #510106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510106; }

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

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

background-color css

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

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

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

border-color css

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

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

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