Html Css Color HEX #510304 Rustic Red

📋 copy color: '#510304'

red 81 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #510304

Tints of Rustic Red #510304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.41%

 BLUE value IS 4 (1.95% from 255) = 4.55%

R = 92.05%
G = 3.41%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#510304 (or 0x510304) is known color: Rustic Red. HEX triplet: 51, 03 and 04. RGB value is (81,3,4). Sum of RGB (Red+Green+Blue) = 81+3+4=88 (11% of max value = 765). Red value is 81 (32.03% from 255 or 92.05% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 81 - color contains mainly: red. Hex color #510304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510304 is #AEFCFB. Grayscale: #1A1A1A. Windows color (decimal): -11468028 or 262993. OLE color: 262993.

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

Color convert

RGB 81 3 4 -
CMYK 0 0.96 0.95 0.68
HSL 359.23º 0.93% 0.16% -
HSV(B) 359.23º 0.96% 0.32% -
XYZ 3.45 1.82 0.29 -
YUV 26.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 81 3 4 0 0.96 0.95 0.68 359.23 0.93 0.16
Hex 51 3 4 0 60 5F 44 167 5D 10
Octal 121 3 4 0 140 137 104 547 135 20
Binary 1010001 11 100 0 1100000 1011111 1000100 101100111 1011101 10000

Color Harmonies of #510304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510304

Black with #510304

Text Example


Text Example

White with #510304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510304; }

 p { color: rgb(81,3,4); }

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

background-color css

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

 a { background-color: rgb(81,3,4); }

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

border-color css

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

 span { border-color: rgb(81,3,4); }

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