Html Css Color HEX #48050F Rustic Red

📋 copy color: '#48050F'

red 72 ◦ green 5 ◦ blue 15

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

Shades of Rustic Red #48050F

Tints of Rustic Red #48050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.43%

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

R = 78.26%
G = 5.43%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48050F (or 0x48050F) is known color: Rustic Red. HEX triplet: 48, 05 and 0F. RGB value is (72,5,15). Sum of RGB (Red+Green+Blue) = 72+5+15=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #48050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48050F is #B7FAF0. Grayscale: #1A1A1A. Windows color (decimal): -12057329 or 984392. OLE color: 984392.

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

Color convert

RGB 72 5 15 -
CMYK 0 0.93 0.79 0.72
HSL 351.04º 0.87% 0.15% -
HSV(B) 351.04º 0.93% 0.28% -
XYZ 2.81 1.52 0.6 -
YUV 26.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 72 5 15 0 0.93 0.79 0.72 351.04 0.87 0.15
Hex 48 5 F 0 5D 4F 48 15F 57 F
Octal 110 5 17 0 135 117 110 537 127 17
Binary 1001000 101 1111 0 1011101 1001111 1001000 101011111 1010111 1111

Color Harmonies of #48050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48050F

Black with #48050F

Text Example


Text Example

White with #48050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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