Html Css Color HEX #48090E Rustic Red

📋 copy color: '#48090E'

red 72 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #48090E

Tints of Rustic Red #48090E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.74%

R = 75.79%
G = 9.47%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48090E (or 0x48090E) is known color: Rustic Red. HEX triplet: 48, 09 and 0E. RGB value is (72,9,14). Sum of RGB (Red+Green+Blue) = 72+9+14=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #48090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48090E is #B7F6F1. Grayscale: #1C1C1C. Windows color (decimal): -12056306 or 919880. OLE color: 919880.

HSL color Cylindrical-coordinate representation of color #48090E: hue angle of 355.24º 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 #48090E is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 9 14 -
CMYK 0 0.88 0.81 0.72
HSL 355.24º 0.78% 0.16% -
HSV(B) 355.24º 0.88% 0.28% -
XYZ 2.85 1.6 0.58 -
YUV 28.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 72 9 14 0 0.88 0.81 0.72 355.24 0.78 0.16
Hex 48 9 E 0 58 51 48 163 4E 10
Octal 110 11 16 0 130 121 110 543 116 20
Binary 1001000 1001 1110 0 1011000 1010001 1001000 101100011 1001110 10000

Color Harmonies of #48090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48090E

Black with #48090E

Text Example


Text Example

White with #48090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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