Html Css Color HEX #481419 Rustic Red

📋 copy color: '#481419'

red 72 ◦ green 20 ◦ blue 25

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

Shades of Rustic Red #481419

Tints of Rustic Red #481419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.37%

R = 61.54%
G = 17.09%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#481419 (or 0x481419) is known color: Rustic Red. HEX triplet: 48, 14 and 19. RGB value is (72,20,25). Sum of RGB (Red+Green+Blue) = 72+20+25=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481419 is #B7EBE6. Grayscale: #242424. Windows color (decimal): -12053479 or 1643592. OLE color: 1643592.

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

Color convert

RGB 72 20 25 -
CMYK 0 0.72 0.65 0.72
HSL 354.23º 0.57% 0.18% -
HSV(B) 354.23º 0.72% 0.28% -
XYZ 3.1 1.95 1.13 -
YUV 36.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 72 20 25 0 0.72 0.65 0.72 354.23 0.57 0.18
Hex 48 14 19 0 48 41 48 162 39 12
Octal 110 24 31 0 110 101 110 542 71 22
Binary 1001000 10100 11001 0 1001000 1000001 1001000 101100010 111001 10010

Color Harmonies of #481419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481419

Black with #481419

Text Example


Text Example

White with #481419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481419; }

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

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

background-color css

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

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

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

border-color css

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

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

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