Html Css Color HEX #481214 Rustic Red

📋 copy color: '#481214'

red 72 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #481214

Tints of Rustic Red #481214

RGB

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

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

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

R = 65.45%
G = 16.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481214 (or 0x481214) is known color: Rustic Red. HEX triplet: 48, 12 and 14. RGB value is (72,18,20). Sum of RGB (Red+Green+Blue) = 72+18+20=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481214 is #B7EDEB. Grayscale: #222222. Windows color (decimal): -12053996 or 1315400. OLE color: 1315400.

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

Color convert

RGB 72 18 20 -
CMYK 0 0.75 0.72 0.72
HSL 357.78º 0.6% 0.18% -
HSV(B) 357.78º 0.75% 0.28% -
XYZ 3.02 1.86 0.86 -
YUV 34.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 72 18 20 0 0.75 0.72 0.72 357.78 0.6 0.18
Hex 48 12 14 0 4B 48 48 166 3C 12
Octal 110 22 24 0 113 110 110 546 74 22
Binary 1001000 10010 10100 0 1001011 1001000 1001000 101100110 111100 10010

Color Harmonies of #481214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481214

Black with #481214

Text Example


Text Example

White with #481214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481214; }

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

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

background-color css

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

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

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

border-color css

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

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

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