Html Css Color HEX #48080E Rustic Red

📋 copy color: '#48080E'

red 72 ◦ green 8 ◦ blue 14

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

Shades of Rustic Red #48080E

Tints of Rustic Red #48080E

RGB

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

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

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

R = 76.6%
G = 8.51%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48080E (or 0x48080E) is known color: Rustic Red. HEX triplet: 48, 08 and 0E. RGB value is (72,8,14). Sum of RGB (Red+Green+Blue) = 72+8+14=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #48080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48080E is #B7F7F1. Grayscale: #1B1B1B. Windows color (decimal): -12056562 or 919624. OLE color: 919624.

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

Color convert

RGB 72 8 14 -
CMYK 0 0.89 0.81 0.72
HSL 354.38º 0.8% 0.16% -
HSV(B) 354.38º 0.89% 0.28% -
XYZ 2.84 1.58 0.57 -
YUV 27.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 72 8 14 0 0.89 0.81 0.72 354.38 0.8 0.16
Hex 48 8 E 0 59 51 48 162 50 10
Octal 110 10 16 0 131 121 110 542 120 20
Binary 1001000 1000 1110 0 1011001 1010001 1001000 101100010 1010000 10000

Color Harmonies of #48080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48080E

Black with #48080E

Text Example


Text Example

White with #48080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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