Html Css Color HEX #48040F Rustic Red

📋 copy color: '#48040F'

red 72 ◦ green 4 ◦ blue 15

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

Shades of Rustic Red #48040F

Tints of Rustic Red #48040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.4%

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

R = 79.12%
G = 4.4%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48040F (or 0x48040F) is known color: Rustic Red. HEX triplet: 48, 04 and 0F. RGB value is (72,4,15). Sum of RGB (Red+Green+Blue) = 72+4+15=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #48040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48040F is #B7FBF0. Grayscale: #191919. Windows color (decimal): -12057585 or 984136. OLE color: 984136.

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

Color convert

RGB 72 4 15 -
CMYK 0 0.94 0.79 0.72
HSL 350.29º 0.89% 0.15% -
HSV(B) 350.29º 0.94% 0.28% -
XYZ 2.8 1.5 0.59 -
YUV 25.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 72 4 15 0 0.94 0.79 0.72 350.29 0.89 0.15
Hex 48 4 F 0 5E 4F 48 15E 59 F
Octal 110 4 17 0 136 117 110 536 131 17
Binary 1001000 100 1111 0 1011110 1001111 1001000 101011110 1011001 1111

Color Harmonies of #48040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48040F

Black with #48040F

Text Example


Text Example

White with #48040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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