Html Css Color HEX #481014 Rustic Red

📋 copy color: '#481014'

red 72 ◦ green 16 ◦ blue 20

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

Shades of Rustic Red #481014

Tints of Rustic Red #481014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.52%

R = 66.67%
G = 14.81%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481014 (or 0x481014) is known color: Rustic Red. HEX triplet: 48, 10 and 14. RGB value is (72,16,20). Sum of RGB (Red+Green+Blue) = 72+16+20=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481014 is #B7EFEB. Grayscale: #212121. Windows color (decimal): -12054508 or 1314888. OLE color: 1314888.

HSL color Cylindrical-coordinate representation of color #481014: hue angle of 355.71º 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 #481014 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 20 -
CMYK 0 0.78 0.72 0.72
HSL 355.71º 0.64% 0.17% -
HSV(B) 355.71º 0.78% 0.28% -
XYZ 2.98 1.8 0.85 -
YUV 33.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 72 16 20 0 0.78 0.72 0.72 355.71 0.64 0.17
Hex 48 10 14 0 4E 48 48 164 40 11
Octal 110 20 24 0 116 110 110 544 100 21
Binary 1001000 10000 10100 0 1001110 1001000 1001000 101100100 1000000 10001

Color Harmonies of #481014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481014

Black with #481014

Text Example


Text Example

White with #481014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481014; }

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

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

background-color css

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

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

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

border-color css

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

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

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