Html Css Color HEX #4A000E Rustic Red

📋 copy color: '#4A000E'

red 74 ◦ green 0 ◦ blue 14

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

Shades of Rustic Red #4A000E

Tints of Rustic Red #4A000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 15.91%

R = 84.09%
G = 0%
B = 15.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#4A000E (or 0x4A000E) is known color: Rustic Red. HEX triplet: 4A, 00 and 0E. RGB value is (74,0,14). Sum of RGB (Red+Green+Blue) = 74+0+14=88 (11% of max value = 765). Red value is 74 (29.30% from 255 or 84.09% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 74 - color contains mainly: red. Hex color #4A000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A000E is #B5FFF1. Grayscale: #171717. Windows color (decimal): -11927538 or 917578. OLE color: 917578.

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

Color convert

RGB 74 0 14 -
CMYK 0 1 0.81 0.71
HSL 348.65º 1% 0.15% -
HSV(B) 348.65º 1% 0.29% -
XYZ 2.9 1.49 0.55 -
YUV 23.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 74 0 14 0 1 0.81 0.71 348.65 1 0.15
Hex 4A 0 E 0 64 51 47 15D 64 F
Octal 112 0 16 0 144 121 107 535 144 17
Binary 1001010 0 1110 0 1100100 1010001 1000111 101011101 1100100 1111

Color Harmonies of #4A000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A000E

Black with #4A000E

Text Example


Text Example

White with #4A000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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