Html Css Color HEX #480013 Rustic Red

📋 copy color: '#480013'

red 72 ◦ green 0 ◦ blue 19

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

Shades of Rustic Red #480013

Tints of Rustic Red #480013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 20.88%

R = 79.12%
G = 0%
B = 20.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#480013 (or 0x480013) is known color: Rustic Red. HEX triplet: 48, 00 and 13. RGB value is (72,0,19). Sum of RGB (Red+Green+Blue) = 72+0+19=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #480013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480013 is #B7FFEC. Grayscale: #171717. Windows color (decimal): -12058605 or 1245256. OLE color: 1245256.

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

Color convert

RGB 72 0 19 -
CMYK 0 1 0.74 0.72
HSL 344.17º 1% 0.14% -
HSV(B) 344.17º 1% 0.28% -
XYZ 2.79 1.42 0.74 -
YUV 23.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 72 0 19 0 1 0.74 0.72 344.17 1 0.14
Hex 48 0 13 0 64 4A 48 158 64 E
Octal 110 0 23 0 144 112 110 530 144 16
Binary 1001000 0 10011 0 1100100 1001010 1001000 101011000 1100100 1110

Color Harmonies of #480013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480013

Black with #480013

Text Example


Text Example

White with #480013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480013; }

 p { color: rgb(72,0,19); }

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

background-color css

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

 a { background-color: rgb(72,0,19); }

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

border-color css

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

 span { border-color: rgb(72,0,19); }

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