Html Css Color HEX #480007 Rustic Red

📋 copy color: '#480007'

red 72 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #480007

Tints of Rustic Red #480007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.86%

R = 91.14%
G = 0%
B = 8.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#480007 (or 0x480007) is known color: Rustic Red. HEX triplet: 48, 00 and 07. RGB value is (72,0,7). Sum of RGB (Red+Green+Blue) = 72+0+7=79 (10% of max value = 765). Red value is 72 (28.52% from 255 or 91.14% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 72 - color contains mainly: red. Hex color #480007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480007 is #B7FFF8. Grayscale: #161616. Windows color (decimal): -12058617 or 458824. OLE color: 458824.

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

Color convert

RGB 72 0 7 -
CMYK 0 1 0.90 0.72
HSL 354.17º 1% 0.14% -
HSV(B) 354.17º 1% 0.28% -
XYZ 2.71 1.39 0.33 -
YUV 22.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 72 0 7 0 1 0.90 0.72 354.17 1 0.14
Hex 48 0 7 0 64 5A 48 162 64 E
Octal 110 0 7 0 144 132 110 542 144 16
Binary 1001000 0 111 0 1100100 1011010 1001000 101100010 1100100 1110

Color Harmonies of #480007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480007

Black with #480007

Text Example


Text Example

White with #480007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480007; }

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

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

background-color css

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

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

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

border-color css

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

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

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