Html Css Color HEX #480113 Rustic Red

📋 copy color: '#480113'

red 72 ◦ green 1 ◦ blue 19

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

Shades of Rustic Red #480113

Tints of Rustic Red #480113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

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

R = 78.26%
G = 1.09%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#480113 (or 0x480113) is known color: Rustic Red. HEX triplet: 48, 01 and 13. RGB value is (72,1,19). Sum of RGB (Red+Green+Blue) = 72+1+19=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #480113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480113 is #B7FEEC. Grayscale: #181818. Windows color (decimal): -12058349 or 1245512. OLE color: 1245512.

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

Color convert

RGB 72 1 19 -
CMYK 0 0.99 0.74 0.72
HSL 344.79º 0.97% 0.14% -
HSV(B) 344.79º 0.99% 0.28% -
XYZ 2.8 1.45 0.75 -
YUV 24.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 72 1 19 0 0.99 0.74 0.72 344.79 0.97 0.14
Hex 48 1 13 0 63 4A 48 159 61 E
Octal 110 1 23 0 143 112 110 531 141 16
Binary 1001000 1 10011 0 1100011 1001010 1001000 101011001 1100001 1110

Color Harmonies of #480113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480113

Black with #480113

Text Example


Text Example

White with #480113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480113; }

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

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

background-color css

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

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

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

border-color css

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

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

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