Html Css Color HEX #510204 Rustic Red

📋 copy color: '#510204'

red 81 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #510204

Tints of Rustic Red #510204

RGB

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

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

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

R = 93.1%
G = 2.3%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#510204 (or 0x510204) is known color: Rustic Red. HEX triplet: 51, 02 and 04. RGB value is (81,2,4). Sum of RGB (Red+Green+Blue) = 81+2+4=87 (11% of max value = 765). Red value is 81 (32.03% from 255 or 93.10% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 81 - color contains mainly: red. Hex color #510204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510204 is #AEFDFB. Grayscale: #191919. Windows color (decimal): -11468284 or 262737. OLE color: 262737.

HSL color Cylindrical-coordinate representation of color #510204: hue angle of 358.48º 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 #510204 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 4 -
CMYK 0 0.98 0.95 0.68
HSL 358.48º 0.95% 0.16% -
HSV(B) 358.48º 0.98% 0.32% -
XYZ 3.44 1.8 0.28 -
YUV 25.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 81 2 4 0 0.98 0.95 0.68 358.48 0.95 0.16
Hex 51 2 4 0 62 5F 44 166 5F 10
Octal 121 2 4 0 142 137 104 546 137 20
Binary 1010001 10 100 0 1100010 1011111 1000100 101100110 1011111 10000

Color Harmonies of #510204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510204

Black with #510204

Text Example


Text Example

White with #510204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510204; }

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

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

background-color css

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

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

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

border-color css

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

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

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