Html Css Color HEX #4D0002 Rustic Red

📋 copy color: '#4D0002'

red 77 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #4D0002

Tints of Rustic Red #4D0002

RGB

 RED value IS 77 (30.47% from 255) = 97.47%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 2.53%

R = 97.47%
G = 0%
B = 2.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#4D0002 (or 0x4D0002) is known color: Rustic Red. HEX triplet: 4D, 00 and 02. RGB value is (77,0,2). Sum of RGB (Red+Green+Blue) = 77+0+2=79 (10% of max value = 765). Red value is 77 (30.47% from 255 or 97.47% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0002 is #B2FFFD. Grayscale: #171717. Windows color (decimal): -11730942 or 131149. OLE color: 131149.

HSL color Cylindrical-coordinate representation of color #4D0002: hue angle of 358.44º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0002 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 0 2 -
CMYK 0 1 0.97 0.70
HSL 358.44º 1% 0.15% -
HSV(B) 358.44º 1% 0.3% -
XYZ 3.07 1.58 0.2 -
YUV 23.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 77 0 2 0 1 0.97 0.70 358.44 1 0.15
Hex 4D 0 2 0 64 61 46 166 64 F
Octal 115 0 2 0 144 141 106 546 144 17
Binary 1001101 0 10 0 1100100 1100001 1000110 101100110 1100100 1111

Color Harmonies of #4D0002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0002

Black with #4D0002

Text Example


Text Example

White with #4D0002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D0002; }

 p { color: rgb(77,0,2); }

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

background-color css

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

 a { background-color: rgb(77,0,2); }

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

border-color css

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

 span { border-color: rgb(77,0,2); }

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