Html Css Color HEX #481013 Rustic Red

📋 copy color: '#481013'

red 72 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #481013

Tints of Rustic Red #481013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

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

R = 67.29%
G = 14.95%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#481013 (or 0x481013) is known color: Rustic Red. HEX triplet: 48, 10 and 13. RGB value is (72,16,19). Sum of RGB (Red+Green+Blue) = 72+16+19=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #481013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481013 is #B7EFEC. Grayscale: #212121. Windows color (decimal): -12054509 or 1249352. OLE color: 1249352.

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

Color convert

RGB 72 16 19 -
CMYK 0 0.78 0.74 0.72
HSL 356.79º 0.64% 0.17% -
HSV(B) 356.79º 0.78% 0.28% -
XYZ 2.98 1.8 0.81 -
YUV 33.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 72 16 19 0 0.78 0.74 0.72 356.79 0.64 0.17
Hex 48 10 13 0 4E 4A 48 165 40 11
Octal 110 20 23 0 116 112 110 545 100 21
Binary 1001000 10000 10011 0 1001110 1001010 1001000 101100101 1000000 10001

Color Harmonies of #481013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481013

Black with #481013

Text Example


Text Example

White with #481013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481013; }

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

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

background-color css

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

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

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

border-color css

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

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

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