Html Css Color HEX #4A0413 Rustic Red

📋 copy color: '#4A0413'

red 74 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #4A0413

Tints of Rustic Red #4A0413

RGB

 RED value IS 74 (29.3% from 255) = 76.29%

 GREEN value IS 4 (1.95% from 255) = 4.12%

 BLUE value IS 19 (7.81% from 255) = 19.59%

R = 76.29%
G = 4.12%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#4A0413 (or 0x4A0413) is known color: Rustic Red. HEX triplet: 4A, 04 and 13. RGB value is (74,4,19). Sum of RGB (Red+Green+Blue) = 74+4+19=97 (12% of max value = 765). Red value is 74 (29.30% from 255 or 76.29% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0413 is #B5FBEC. Grayscale: #1A1A1A. Windows color (decimal): -11926509 or 1246282. OLE color: 1246282.

HSL color Cylindrical-coordinate representation of color #4A0413: hue angle of 347.14º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0413 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 4 19 -
CMYK 0 0.95 0.74 0.71
HSL 347.14º 0.9% 0.15% -
HSV(B) 347.14º 0.95% 0.29% -
XYZ 2.99 1.59 0.77 -
YUV 26.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 74 4 19 0 0.95 0.74 0.71 347.14 0.9 0.15
Hex 4A 4 13 0 5F 4A 47 15B 5A F
Octal 112 4 23 0 137 112 107 533 132 17
Binary 1001010 100 10011 0 1011111 1001010 1000111 101011011 1011010 1111

Color Harmonies of #4A0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0413

Black with #4A0413

Text Example


Text Example

White with #4A0413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,4,19); }

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

background-color css

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

 a { background-color: rgb(74,4,19); }

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

border-color css

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

 span { border-color: rgb(74,4,19); }

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