Html Css Color HEX #480003 Rustic Red

📋 copy color: '#480003'

red 72 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #480003

Tints of Rustic Red #480003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4%

R = 96%
G = 0%
B = 4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#480003 (or 0x480003) is known color: Rustic Red. HEX triplet: 48, 00 and 03. RGB value is (72,0,3). Sum of RGB (Red+Green+Blue) = 72+0+3=75 (9% of max value = 765). Red value is 72 (28.52% from 255 or 96% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 72 - color contains mainly: red. Hex color #480003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480003 is #B7FFFC. Grayscale: #151515. Windows color (decimal): -12058621 or 196680. OLE color: 196680.

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

Color convert

RGB 72 0 3 -
CMYK 0 1 0.96 0.72
HSL 357.5º 1% 0.14% -
HSV(B) 357.5º 1% 0.28% -
XYZ 2.69 1.38 0.21 -
YUV 21.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 72 0 3 0 1 0.96 0.72 357.5 1 0.14
Hex 48 0 3 0 64 60 48 166 64 E
Octal 110 0 3 0 144 140 110 546 144 16
Binary 1001000 0 11 0 1100100 1100000 1001000 101100110 1100100 1110

Color Harmonies of #480003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480003

Black with #480003

Text Example


Text Example

White with #480003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480003; }

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

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

background-color css

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

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

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

border-color css

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

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

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