Html Css Color HEX #48020E Rustic Red

📋 copy color: '#48020E'

red 72 ◦ green 2 ◦ blue 14

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

Shades of Rustic Red #48020E

Tints of Rustic Red #48020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.27%

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

R = 81.82%
G = 2.27%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48020E (or 0x48020E) is known color: Rustic Red. HEX triplet: 48, 02 and 0E. RGB value is (72,2,14). Sum of RGB (Red+Green+Blue) = 72+2+14=88 (11% of max value = 765). Red value is 72 (28.52% from 255 or 81.82% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 72 - color contains mainly: red. Hex color #48020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48020E is #B7FDF1. Grayscale: #181818. Windows color (decimal): -12058098 or 918088. OLE color: 918088.

HSL color Cylindrical-coordinate representation of color #48020E: hue angle of 349.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48020E is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 2 14 -
CMYK 0 0.97 0.81 0.72
HSL 349.71º 0.95% 0.15% -
HSV(B) 349.71º 0.97% 0.28% -
XYZ 2.77 1.45 0.55 -
YUV 24.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 72 2 14 0 0.97 0.81 0.72 349.71 0.95 0.15
Hex 48 2 E 0 61 51 48 15E 5F F
Octal 110 2 16 0 141 121 110 536 137 17
Binary 1001000 10 1110 0 1100001 1010001 1001000 101011110 1011111 1111

Color Harmonies of #48020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48020E

Black with #48020E

Text Example


Text Example

White with #48020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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