Html Css Color HEX #480210 Rustic Red

📋 copy color: '#480210'

red 72 ◦ green 2 ◦ blue 16

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

Shades of Rustic Red #480210

Tints of Rustic Red #480210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

 BLUE value IS 16 (6.64% from 255) = 17.78%

R = 80%
G = 2.22%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#480210 (or 0x480210) is known color: Rustic Red. HEX triplet: 48, 02 and 10. RGB value is (72,2,16). Sum of RGB (Red+Green+Blue) = 72+2+16=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #480210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480210 is #B7FDEF. Grayscale: #181818. Windows color (decimal): -12058096 or 1049160. OLE color: 1049160.

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

Color convert

RGB 72 2 16 -
CMYK 0 0.97 0.78 0.72
HSL 348º 0.95% 0.15% -
HSV(B) 348º 0.97% 0.28% -
XYZ 2.79 1.46 0.62 -
YUV 24.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 72 2 16 0 0.97 0.78 0.72 348 0.95 0.15
Hex 48 2 10 0 61 4E 48 15C 5F F
Octal 110 2 20 0 141 116 110 534 137 17
Binary 1001000 10 10000 0 1100001 1001110 1001000 101011100 1011111 1111

Color Harmonies of #480210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480210

Black with #480210

Text Example


Text Example

White with #480210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480210; }

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

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

background-color css

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

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

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

border-color css

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

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

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