Html Css Color HEX #481114 Rustic Red

📋 copy color: '#481114'

red 72 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #481114

Tints of Rustic Red #481114

RGB

 RED value IS 72 (28.52% from 255) = 66.06%

 GREEN value IS 17 (7.03% from 255) = 15.6%

 BLUE value IS 20 (8.2% from 255) = 18.35%

R = 66.06%
G = 15.6%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481114 (or 0x481114) is known color: Rustic Red. HEX triplet: 48, 11 and 14. RGB value is (72,17,20). Sum of RGB (Red+Green+Blue) = 72+17+20=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #481114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481114 is #B7EEEB. Grayscale: #212121. Windows color (decimal): -12054252 or 1315144. OLE color: 1315144.

HSL color Cylindrical-coordinate representation of color #481114: hue angle of 356.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481114 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 20 -
CMYK 0 0.76 0.72 0.72
HSL 356.73º 0.62% 0.17% -
HSV(B) 356.73º 0.76% 0.28% -
XYZ 3 1.83 0.86 -
YUV 33.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 72 17 20 0 0.76 0.72 0.72 356.73 0.62 0.17
Hex 48 11 14 0 4C 48 48 165 3E 11
Octal 110 21 24 0 114 110 110 545 76 21
Binary 1001000 10001 10100 0 1001100 1001000 1001000 101100101 111110 10001

Color Harmonies of #481114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481114

Black with #481114

Text Example


Text Example

White with #481114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481114; }

 p { color: rgb(72,17,20); }

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

background-color css

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

 a { background-color: rgb(72,17,20); }

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

border-color css

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

 span { border-color: rgb(72,17,20); }

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