Html Css Color HEX #480A16 Rustic Red

📋 copy color: '#480A16'

red 72 ◦ green 10 ◦ blue 22

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

Shades of Rustic Red #480A16

Tints of Rustic Red #480A16

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.62%

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

R = 69.23%
G = 9.62%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#480A16 (or 0x480A16) is known color: Rustic Red. HEX triplet: 48, 0A and 16. RGB value is (72,10,22). Sum of RGB (Red+Green+Blue) = 72+10+22=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #480A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A16 is #B7F5E9. Grayscale: #1D1D1D. Windows color (decimal): -12056042 or 1444424. OLE color: 1444424.

HSL color Cylindrical-coordinate representation of color #480A16: hue angle of 348.39º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A16 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 10 22 -
CMYK 0 0.86 0.69 0.72
HSL 348.39º 0.76% 0.16% -
HSV(B) 348.39º 0.86% 0.28% -
XYZ 2.93 1.65 0.92 -
YUV 29.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 72 10 22 0 0.86 0.69 0.72 348.39 0.76 0.16
Hex 48 A 16 0 56 45 48 15C 4C 10
Octal 110 12 26 0 126 105 110 534 114 20
Binary 1001000 1010 10110 0 1010110 1000101 1001000 101011100 1001100 10000

Color Harmonies of #480A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A16

Black with #480A16

Text Example


Text Example

White with #480A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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