Html Css Color HEX #481016 Rustic Red

📋 copy color: '#481016'

red 72 ◦ green 16 ◦ blue 22

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

Shades of Rustic Red #481016

Tints of Rustic Red #481016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20%

R = 65.45%
G = 14.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#481016 (or 0x481016) is known color: Rustic Red. HEX triplet: 48, 10 and 16. RGB value is (72,16,22). Sum of RGB (Red+Green+Blue) = 72+16+22=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481016 is #B7EFE9. Grayscale: #212121. Windows color (decimal): -12054506 or 1445960. OLE color: 1445960.

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

Color convert

RGB 72 16 22 -
CMYK 0 0.78 0.69 0.72
HSL 353.57º 0.64% 0.17% -
HSV(B) 353.57º 0.78% 0.28% -
XYZ 3 1.81 0.95 -
YUV 33.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 72 16 22 0 0.78 0.69 0.72 353.57 0.64 0.17
Hex 48 10 16 0 4E 45 48 162 40 11
Octal 110 20 26 0 116 105 110 542 100 21
Binary 1001000 10000 10110 0 1001110 1000101 1001000 101100010 1000000 10001

Color Harmonies of #481016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481016

Black with #481016

Text Example


Text Example

White with #481016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481016; }

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

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

background-color css

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

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

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

border-color css

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

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

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