Html Css Color HEX #4A0E10 Rustic Red

📋 copy color: '#4A0E10'

red 74 ◦ green 14 ◦ blue 16

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

Shades of Rustic Red #4A0E10

Tints of Rustic Red #4A0E10

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.46%

 BLUE value IS 16 (6.64% from 255) = 15.38%

R = 71.15%
G = 13.46%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#4A0E10 (or 0x4A0E10) is known color: Rustic Red. HEX triplet: 4A, 0E and 10. RGB value is (74,14,16). Sum of RGB (Red+Green+Blue) = 74+14+16=104 (13% of max value = 765). Red value is 74 (29.30% from 255 or 71.15% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0E10 is #B5F1EF. Grayscale: #202020. Windows color (decimal): -11923952 or 1052234. OLE color: 1052234.

HSL color Cylindrical-coordinate representation of color #4A0E10: hue angle of 358º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A0E10 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 14 16 -
CMYK 0 0.81 0.78 0.71
HSL 358º 0.68% 0.17% -
HSV(B) 358º 0.81% 0.29% -
XYZ 3.07 1.81 0.68 -
YUV 32.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 74 14 16 0 0.81 0.78 0.71 358 0.68 0.17
Hex 4A E 10 0 51 4E 47 166 44 11
Octal 112 16 20 0 121 116 107 546 104 21
Binary 1001010 1110 10000 0 1010001 1001110 1000111 101100110 1000100 10001

Color Harmonies of #4A0E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0E10

Black with #4A0E10

Text Example


Text Example

White with #4A0E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,14,16); }

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

background-color css

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

 a { background-color: rgb(74,14,16); }

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

border-color css

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

 span { border-color: rgb(74,14,16); }

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