Html Css Color HEX #481418 Rustic Red

📋 copy color: '#481418'

red 72 ◦ green 20 ◦ blue 24

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

Shades of Rustic Red #481418

Tints of Rustic Red #481418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.24%

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

R = 62.07%
G = 17.24%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#481418 (or 0x481418) is known color: Rustic Red. HEX triplet: 48, 14 and 18. RGB value is (72,20,24). Sum of RGB (Red+Green+Blue) = 72+20+24=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481418 is #B7EBE7. Grayscale: #242424. Windows color (decimal): -12053480 or 1578056. OLE color: 1578056.

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

Color convert

RGB 72 20 24 -
CMYK 0 0.72 0.67 0.72
HSL 355.38º 0.57% 0.18% -
HSV(B) 355.38º 0.72% 0.28% -
XYZ 3.09 1.94 1.08 -
YUV 36 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 72 20 24 0 0.72 0.67 0.72 355.38 0.57 0.18
Hex 48 14 18 0 48 43 48 163 39 12
Octal 110 24 30 0 110 103 110 543 71 22
Binary 1001000 10100 11000 0 1001000 1000011 1001000 101100011 111001 10010

Color Harmonies of #481418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481418

Black with #481418

Text Example


Text Example

White with #481418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481418; }

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

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

background-color css

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

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

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

border-color css

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

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

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