Html Css Color HEX #480105 Rustic Red

📋 copy color: '#480105'

red 72 ◦ green 1 ◦ blue 5

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

Shades of Rustic Red #480105

Tints of Rustic Red #480105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.41%

R = 92.31%
G = 1.28%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#480105 (or 0x480105) is known color: Rustic Red. HEX triplet: 48, 01 and 05. RGB value is (72,1,5). Sum of RGB (Red+Green+Blue) = 72+1+5=78 (10% of max value = 765). Red value is 72 (28.52% from 255 or 92.31% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 72 - color contains mainly: red. Hex color #480105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480105 is #B7FEFA. Grayscale: #161616. Windows color (decimal): -12058363 or 328008. OLE color: 328008.

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

Color convert

RGB 72 1 5 -
CMYK 0 0.99 0.93 0.72
HSL 356.62º 0.97% 0.14% -
HSV(B) 356.62º 0.99% 0.28% -
XYZ 2.71 1.41 0.27 -
YUV 22.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 72 1 5 0 0.99 0.93 0.72 356.62 0.97 0.14
Hex 48 1 5 0 63 5D 48 165 61 E
Octal 110 1 5 0 143 135 110 545 141 16
Binary 1001000 1 101 0 1100011 1011101 1001000 101100101 1100001 1110

Color Harmonies of #480105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480105

Black with #480105

Text Example


Text Example

White with #480105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480105; }

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

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

background-color css

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

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

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

border-color css

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

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

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