Html Css Color HEX #4A1417 Rustic Red

📋 copy color: '#4A1417'

red 74 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #4A1417

Tints of Rustic Red #4A1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

 BLUE value IS 23 (9.38% from 255) = 19.66%

R = 63.25%
G = 17.09%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#4A1417 (or 0x4A1417) is known color: Rustic Red. HEX triplet: 4A, 14 and 17. RGB value is (74,20,23). Sum of RGB (Red+Green+Blue) = 74+20+23=117 (15% of max value = 765). Red value is 74 (29.30% from 255 or 63.25% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1417 is #B5EBE8. Grayscale: #242424. Windows color (decimal): -11922409 or 1512522. OLE color: 1512522.

HSL color Cylindrical-coordinate representation of color #4A1417: hue angle of 356.67º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A1417 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 20 23 -
CMYK 0 0.73 0.69 0.71
HSL 356.67º 0.57% 0.18% -
HSV(B) 356.67º 0.73% 0.29% -
XYZ 3.23 2.02 1.03 -
YUV 36.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 74 20 23 0 0.73 0.69 0.71 356.67 0.57 0.18
Hex 4A 14 17 0 49 45 47 165 39 12
Octal 112 24 27 0 111 105 107 545 71 22
Binary 1001010 10100 10111 0 1001001 1000101 1000111 101100101 111001 10010

Color Harmonies of #4A1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1417

Black with #4A1417

Text Example


Text Example

White with #4A1417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,20,23); }

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

background-color css

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

 a { background-color: rgb(74,20,23); }

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

border-color css

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

 span { border-color: rgb(74,20,23); }

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