Html Css Color HEX #481618 Rustic Red

📋 copy color: '#481618'

red 72 ◦ green 22 ◦ blue 24

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

Shades of Rustic Red #481618

Tints of Rustic Red #481618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.64%

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

R = 61.02%
G = 18.64%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#481618 (or 0x481618) is known color: Rustic Red. HEX triplet: 48, 16 and 18. RGB value is (72,22,24). Sum of RGB (Red+Green+Blue) = 72+22+24=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #481618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481618 is #B7E9E7. Grayscale: #252525. Windows color (decimal): -12052968 or 1578568. OLE color: 1578568.

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

Color convert

RGB 72 22 24 -
CMYK 0 0.69 0.67 0.72
HSL 357.6º 0.53% 0.18% -
HSV(B) 357.6º 0.69% 0.28% -
XYZ 3.12 2.02 1.09 -
YUV 37.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 72 22 24 0 0.69 0.67 0.72 357.6 0.53 0.18
Hex 48 16 18 0 45 43 48 166 35 12
Octal 110 26 30 0 105 103 110 546 65 22
Binary 1001000 10110 11000 0 1000101 1000011 1001000 101100110 110101 10010

Color Harmonies of #481618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481618

Black with #481618

Text Example


Text Example

White with #481618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481618; }

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

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

background-color css

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

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

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

border-color css

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

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

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