Html Css Color HEX #48090F Rustic Red

📋 copy color: '#48090F'

red 72 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #48090F

Tints of Rustic Red #48090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.38%

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

R = 75%
G = 9.38%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48090F (or 0x48090F) is known color: Rustic Red. HEX triplet: 48, 09 and 0F. RGB value is (72,9,15). Sum of RGB (Red+Green+Blue) = 72+9+15=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #48090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48090F is #B7F6F0. Grayscale: #1C1C1C. Windows color (decimal): -12056305 or 985416. OLE color: 985416.

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

Color convert

RGB 72 9 15 -
CMYK 0 0.88 0.79 0.72
HSL 354.29º 0.78% 0.16% -
HSV(B) 354.29º 0.88% 0.28% -
XYZ 2.86 1.61 0.61 -
YUV 28.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 72 9 15 0 0.88 0.79 0.72 354.29 0.78 0.16
Hex 48 9 F 0 58 4F 48 162 4E 10
Octal 110 11 17 0 130 117 110 542 116 20
Binary 1001000 1001 1111 0 1011000 1001111 1001000 101100010 1001110 10000

Color Harmonies of #48090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48090F

Black with #48090F

Text Example


Text Example

White with #48090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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