Html Css Color HEX #48080F Rustic Red

📋 copy color: '#48080F'

red 72 ◦ green 8 ◦ blue 15

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

Shades of Rustic Red #48080F

Tints of Rustic Red #48080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

 BLUE value IS 15 (6.25% from 255) = 15.79%

R = 75.79%
G = 8.42%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48080F (or 0x48080F) is known color: Rustic Red. HEX triplet: 48, 08 and 0F. RGB value is (72,8,15). Sum of RGB (Red+Green+Blue) = 72+8+15=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #48080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48080F is #B7F7F0. Grayscale: #1B1B1B. Windows color (decimal): -12056561 or 985160. OLE color: 985160.

HSL color Cylindrical-coordinate representation of color #48080F: hue angle of 353.44º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48080F is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 8 15 -
CMYK 0 0.89 0.79 0.72
HSL 353.44º 0.8% 0.16% -
HSV(B) 353.44º 0.89% 0.28% -
XYZ 2.85 1.59 0.61 -
YUV 27.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 72 8 15 0 0.89 0.79 0.72 353.44 0.8 0.16
Hex 48 8 F 0 59 4F 48 161 50 10
Octal 110 10 17 0 131 117 110 541 120 20
Binary 1001000 1000 1111 0 1011001 1001111 1001000 101100001 1010000 10000

Color Harmonies of #48080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48080F

Black with #48080F

Text Example


Text Example

White with #48080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48080F; }

 p { color: rgb(72,8,15); }

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

background-color css

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

 a { background-color: rgb(72,8,15); }

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

border-color css

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

 span { border-color: rgb(72,8,15); }

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