Html Css Color HEX #481218 Rustic Red

📋 copy color: '#481218'

red 72 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #481218

Tints of Rustic Red #481218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.05%

R = 63.16%
G = 15.79%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#481218 (or 0x481218) is known color: Rustic Red. HEX triplet: 48, 12 and 18. RGB value is (72,18,24). Sum of RGB (Red+Green+Blue) = 72+18+24=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481218 is #B7EDE7. Grayscale: #222222. Windows color (decimal): -12053992 or 1577544. OLE color: 1577544.

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

Color convert

RGB 72 18 24 -
CMYK 0 0.75 0.67 0.72
HSL 353.33º 0.6% 0.18% -
HSV(B) 353.33º 0.75% 0.28% -
XYZ 3.05 1.88 1.07 -
YUV 34.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 72 18 24 0 0.75 0.67 0.72 353.33 0.6 0.18
Hex 48 12 18 0 4B 43 48 161 3C 12
Octal 110 22 30 0 113 103 110 541 74 22
Binary 1001000 10010 11000 0 1001011 1000011 1001000 101100001 111100 10010

Color Harmonies of #481218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481218

Black with #481218

Text Example


Text Example

White with #481218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481218; }

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

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

background-color css

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

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

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

border-color css

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

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

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