Html Css Color HEX #51060D Rustic Red

📋 copy color: '#51060D'

red 81 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #51060D

Tints of Rustic Red #51060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6%

 BLUE value IS 13 (5.47% from 255) = 13%

R = 81%
G = 6%
B = 13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#51060D (or 0x51060D) is known color: Rustic Red. HEX triplet: 51, 06 and 0D. RGB value is (81,6,13). Sum of RGB (Red+Green+Blue) = 81+6+13=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #51060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51060D is #AEF9F2. Grayscale: #1D1D1D. Windows color (decimal): -11467251 or 853585. OLE color: 853585.

HSL color Cylindrical-coordinate representation of color #51060D: hue angle of 354.4º 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 #51060D is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 6 13 -
CMYK 0 0.93 0.84 0.68
HSL 354.4º 0.86% 0.17% -
HSV(B) 354.4º 0.93% 0.32% -
XYZ 3.53 1.91 0.56 -
YUV 29.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 81 6 13 0 0.93 0.84 0.68 354.4 0.86 0.17
Hex 51 6 D 0 5D 54 44 162 56 11
Octal 121 6 15 0 135 124 104 542 126 21
Binary 1010001 110 1101 0 1011101 1010100 1000100 101100010 1010110 10001

Color Harmonies of #51060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51060D

Black with #51060D

Text Example


Text Example

White with #51060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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