Html Css Color HEX #481113 Rustic Red

📋 copy color: '#481113'

red 72 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #481113

Tints of Rustic Red #481113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

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

R = 66.67%
G = 15.74%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#481113 (or 0x481113) is known color: Rustic Red. HEX triplet: 48, 11 and 13. RGB value is (72,17,19). Sum of RGB (Red+Green+Blue) = 72+17+19=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481113 is #B7EEEC. Grayscale: #212121. Windows color (decimal): -12054253 or 1249608. OLE color: 1249608.

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

Color convert

RGB 72 17 19 -
CMYK 0 0.76 0.74 0.72
HSL 357.82º 0.62% 0.17% -
HSV(B) 357.82º 0.76% 0.28% -
XYZ 2.99 1.83 0.81 -
YUV 33.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 72 17 19 0 0.76 0.74 0.72 357.82 0.62 0.17
Hex 48 11 13 0 4C 4A 48 166 3E 11
Octal 110 21 23 0 114 112 110 546 76 21
Binary 1001000 10001 10011 0 1001100 1001010 1001000 101100110 111110 10001

Color Harmonies of #481113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481113

Black with #481113

Text Example


Text Example

White with #481113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481113; }

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

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

background-color css

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

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

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

border-color css

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

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

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