Html Css Color HEX #481518 Rustic Red

📋 copy color: '#481518'

red 72 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #481518

Tints of Rustic Red #481518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.95%

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

R = 61.54%
G = 17.95%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#481518 (or 0x481518) is known color: Rustic Red. HEX triplet: 48, 15 and 18. RGB value is (72,21,24). Sum of RGB (Red+Green+Blue) = 72+21+24=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481518 is #B7EAE7. Grayscale: #242424. Windows color (decimal): -12053224 or 1578312. OLE color: 1578312.

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

Color convert

RGB 72 21 24 -
CMYK 0 0.71 0.67 0.72
HSL 356.47º 0.55% 0.18% -
HSV(B) 356.47º 0.71% 0.28% -
XYZ 3.11 1.98 1.08 -
YUV 36.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 72 21 24 0 0.71 0.67 0.72 356.47 0.55 0.18
Hex 48 15 18 0 47 43 48 164 37 12
Octal 110 25 30 0 107 103 110 544 67 22
Binary 1001000 10101 11000 0 1000111 1000011 1001000 101100100 110111 10010

Color Harmonies of #481518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481518

Black with #481518

Text Example


Text Example

White with #481518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481518; }

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

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

background-color css

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

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

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

border-color css

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

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

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