Html Css Color HEX #4A1215 Rustic Red

📋 copy color: '#4A1215'

red 74 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #4A1215

Tints of Rustic Red #4A1215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.93%

 BLUE value IS 21 (8.59% from 255) = 18.58%

R = 65.49%
G = 15.93%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#4A1215 (or 0x4A1215) is known color: Rustic Red. HEX triplet: 4A, 12 and 15. RGB value is (74,18,21). Sum of RGB (Red+Green+Blue) = 74+18+21=113 (14% of max value = 765). Red value is 74 (29.30% from 255 or 65.49% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1215 is #B5EDEA. Grayscale: #232323. Windows color (decimal): -11922923 or 1380938. OLE color: 1380938.

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

Color convert

RGB 74 18 21 -
CMYK 0 0.76 0.72 0.71
HSL 356.79º 0.61% 0.18% -
HSV(B) 356.79º 0.76% 0.29% -
XYZ 3.18 1.94 0.92 -
YUV 35.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 74 18 21 0 0.76 0.72 0.71 356.79 0.61 0.18
Hex 4A 12 15 0 4C 48 47 165 3D 12
Octal 112 22 25 0 114 110 107 545 75 22
Binary 1001010 10010 10101 0 1001100 1001000 1000111 101100101 111101 10010

Color Harmonies of #4A1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1215

Black with #4A1215

Text Example


Text Example

White with #4A1215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,18,21); }

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

background-color css

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

 a { background-color: rgb(74,18,21); }

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

border-color css

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

 span { border-color: rgb(74,18,21); }

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