Html Css Color HEX #51020D Rustic Red

📋 copy color: '#51020D'

red 81 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #51020D

Tints of Rustic Red #51020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.08%

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

R = 84.38%
G = 2.08%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#51020D (or 0x51020D) is known color: Rustic Red. HEX triplet: 51, 02 and 0D. RGB value is (81,2,13). Sum of RGB (Red+Green+Blue) = 81+2+13=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #51020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51020D is #AEFDF2. Grayscale: #1A1A1A. Windows color (decimal): -11468275 or 852561. OLE color: 852561.

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

Color convert

RGB 81 2 13 -
CMYK 0 0.98 0.84 0.68
HSL 351.65º 0.95% 0.16% -
HSV(B) 351.65º 0.98% 0.32% -
XYZ 3.49 1.82 0.55 -
YUV 26.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 81 2 13 0 0.98 0.84 0.68 351.65 0.95 0.16
Hex 51 2 D 0 62 54 44 160 5F 10
Octal 121 2 15 0 142 124 104 540 137 20
Binary 1010001 10 1101 0 1100010 1010100 1000100 101100000 1011111 10000

Color Harmonies of #51020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51020D

Black with #51020D

Text Example


Text Example

White with #51020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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