Html Css Color HEX #480103 Rustic Red

📋 copy color: '#480103'

red 72 ◦ green 1 ◦ blue 3

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

Shades of Rustic Red #480103

Tints of Rustic Red #480103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

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

R = 94.74%
G = 1.32%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#480103 (or 0x480103) is known color: Rustic Red. HEX triplet: 48, 01 and 03. RGB value is (72,1,3). Sum of RGB (Red+Green+Blue) = 72+1+3=76 (10% of max value = 765). Red value is 72 (28.52% from 255 or 94.74% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 72 - color contains mainly: red. Hex color #480103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480103 is #B7FEFC. Grayscale: #161616. Windows color (decimal): -12058365 or 196936. OLE color: 196936.

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

Color convert

RGB 72 1 3 -
CMYK 0 0.99 0.96 0.72
HSL 358.31º 0.97% 0.14% -
HSV(B) 358.31º 0.99% 0.28% -
XYZ 2.7 1.41 0.22 -
YUV 22.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 72 1 3 0 0.99 0.96 0.72 358.31 0.97 0.14
Hex 48 1 3 0 63 60 48 166 61 E
Octal 110 1 3 0 143 140 110 546 141 16
Binary 1001000 1 11 0 1100011 1100000 1001000 101100110 1100001 1110

Color Harmonies of #480103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480103

Black with #480103

Text Example


Text Example

White with #480103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480103; }

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

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

background-color css

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

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

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

border-color css

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

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

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