Html Css Color HEX #481213 Rustic Red

📋 copy color: '#481213'

red 72 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #481213

Tints of Rustic Red #481213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

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

R = 66.06%
G = 16.51%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#481213 (or 0x481213) is known color: Rustic Red. HEX triplet: 48, 12 and 13. RGB value is (72,18,19). Sum of RGB (Red+Green+Blue) = 72+18+19=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #481213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481213 is #B7EDEC. Grayscale: #222222. Windows color (decimal): -12053997 or 1249864. OLE color: 1249864.

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

Color convert

RGB 72 18 19 -
CMYK 0 0.75 0.74 0.72
HSL 358.89º 0.6% 0.18% -
HSV(B) 358.89º 0.75% 0.28% -
XYZ 3.01 1.86 0.82 -
YUV 34.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 72 18 19 0 0.75 0.74 0.72 358.89 0.6 0.18
Hex 48 12 13 0 4B 4A 48 167 3C 12
Octal 110 22 23 0 113 112 110 547 74 22
Binary 1001000 10010 10011 0 1001011 1001010 1001000 101100111 111100 10010

Color Harmonies of #481213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481213

Black with #481213

Text Example


Text Example

White with #481213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481213; }

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

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

background-color css

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

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

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

border-color css

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

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

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