Html Css Color HEX #480002 Rustic Red

📋 copy color: '#480002'

red 72 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #480002

Tints of Rustic Red #480002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.7%

R = 97.3%
G = 0%
B = 2.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#480002 (or 0x480002) is known color: Rustic Red. HEX triplet: 48, 00 and 02. RGB value is (72,0,2). Sum of RGB (Red+Green+Blue) = 72+0+2=74 (9% of max value = 765). Red value is 72 (28.52% from 255 or 97.30% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 72 - color contains mainly: red. Hex color #480002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480002 is #B7FFFD. Grayscale: #151515. Windows color (decimal): -12058622 or 131144. OLE color: 131144.

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

Color convert

RGB 72 0 2 -
CMYK 0 1 0.97 0.72
HSL 358.33º 1% 0.14% -
HSV(B) 358.33º 1% 0.28% -
XYZ 2.68 1.38 0.18 -
YUV 21.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 72 0 2 0 1 0.97 0.72 358.33 1 0.14
Hex 48 0 2 0 64 61 48 166 64 E
Octal 110 0 2 0 144 141 110 546 144 16
Binary 1001000 0 10 0 1100100 1100001 1001000 101100110 1100100 1110

Color Harmonies of #480002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480002

Black with #480002

Text Example


Text Example

White with #480002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480002; }

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

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

background-color css

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

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

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

border-color css

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

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

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