Html Css Color HEX #481215 Rustic Red

📋 copy color: '#481215'

red 72 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #481215

Tints of Rustic Red #481215

RGB

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

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

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

R = 64.86%
G = 16.22%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#481215 (or 0x481215) is known color: Rustic Red. HEX triplet: 48, 12 and 15. RGB value is (72,18,21). Sum of RGB (Red+Green+Blue) = 72+18+21=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481215 is #B7EDEA. Grayscale: #222222. Windows color (decimal): -12053995 or 1380936. OLE color: 1380936.

HSL color Cylindrical-coordinate representation of color #481215: hue angle of 356.67º 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 #481215 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 21 -
CMYK 0 0.75 0.71 0.72
HSL 356.67º 0.6% 0.18% -
HSV(B) 356.67º 0.75% 0.28% -
XYZ 3.02 1.86 0.91 -
YUV 34.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 72 18 21 0 0.75 0.71 0.72 356.67 0.6 0.18
Hex 48 12 15 0 4B 47 48 165 3C 12
Octal 110 22 25 0 113 107 110 545 74 22
Binary 1001000 10010 10101 0 1001011 1000111 1001000 101100101 111100 10010

Color Harmonies of #481215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481215

Black with #481215

Text Example


Text Example

White with #481215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481215; }

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

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

background-color css

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

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

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

border-color css

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

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

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