Html Css Color HEX #4A010D Rustic Red

📋 copy color: '#4A010D'

red 74 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #4A010D

Tints of Rustic Red #4A010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

 BLUE value IS 13 (5.47% from 255) = 14.77%

R = 84.09%
G = 1.14%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#4A010D (or 0x4A010D) is known color: Rustic Red. HEX triplet: 4A, 01 and 0D. RGB value is (74,1,13). Sum of RGB (Red+Green+Blue) = 74+1+13=88 (11% of max value = 765). Red value is 74 (29.30% from 255 or 84.09% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 74 - color contains mainly: red. Hex color #4A010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A010D is #B5FEF2. Grayscale: #181818. Windows color (decimal): -11927283 or 852298. OLE color: 852298.

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

Color convert

RGB 74 1 13 -
CMYK 0 0.99 0.82 0.71
HSL 350.14º 0.97% 0.15% -
HSV(B) 350.14º 0.99% 0.29% -
XYZ 2.91 1.51 0.52 -
YUV 24.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 74 1 13 0 0.99 0.82 0.71 350.14 0.97 0.15
Hex 4A 1 D 0 63 52 47 15E 61 F
Octal 112 1 15 0 143 122 107 536 141 17
Binary 1001010 1 1101 0 1100011 1010010 1000111 101011110 1100001 1111

Color Harmonies of #4A010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A010D

Black with #4A010D

Text Example


Text Example

White with #4A010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,1,13); }

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

background-color css

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

 a { background-color: rgb(74,1,13); }

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

border-color css

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

 span { border-color: rgb(74,1,13); }

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