Html Css Color HEX #480008 Rustic Red

📋 copy color: '#480008'

red 72 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #480008

Tints of Rustic Red #480008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 10%

R = 90%
G = 0%
B = 10%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#480008 (or 0x480008) is known color: Rustic Red. HEX triplet: 48, 00 and 08. RGB value is (72,0,8). Sum of RGB (Red+Green+Blue) = 72+0+8=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480008 is #B7FFF7. Grayscale: #161616. Windows color (decimal): -12058616 or 524360. OLE color: 524360.

HSL color Cylindrical-coordinate representation of color #480008: hue angle of 353.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480008 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 8 -
CMYK 0 1 0.89 0.72
HSL 353.33º 1% 0.14% -
HSV(B) 353.33º 1% 0.28% -
XYZ 2.72 1.4 0.36 -
YUV 22.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 72 0 8 0 1 0.89 0.72 353.33 1 0.14
Hex 48 0 8 0 64 59 48 161 64 E
Octal 110 0 10 0 144 131 110 541 144 16
Binary 1001000 0 1000 0 1100100 1011001 1001000 101100001 1100100 1110

Color Harmonies of #480008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480008

Black with #480008

Text Example


Text Example

White with #480008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480008; }

 p { color: rgb(72,0,8); }

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

background-color css

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

 a { background-color: rgb(72,0,8); }

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

border-color css

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

 span { border-color: rgb(72,0,8); }

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