Html Css Color HEX #48000E Rustic Red

📋 copy color: '#48000E'

red 72 ◦ green 0 ◦ blue 14

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

Shades of Rustic Red #48000E

Tints of Rustic Red #48000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.72%
G = 0%
B = 16.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48000E (or 0x48000E) is known color: Rustic Red. HEX triplet: 48, 00 and 0E. RGB value is (72,0,14). Sum of RGB (Red+Green+Blue) = 72+0+14=86 (11% of max value = 765). Red value is 72 (28.52% from 255 or 83.72% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 72 - color contains mainly: red. Hex color #48000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48000E is #B7FFF1. Grayscale: #171717. Windows color (decimal): -12058610 or 917576. OLE color: 917576.

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

Color convert

RGB 72 0 14 -
CMYK 0 1 0.81 0.72
HSL 348.33º 1% 0.14% -
HSV(B) 348.33º 1% 0.28% -
XYZ 2.75 1.41 0.54 -
YUV 23.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 72 0 14 0 1 0.81 0.72 348.33 1 0.14
Hex 48 0 E 0 64 51 48 15C 64 E
Octal 110 0 16 0 144 121 110 534 144 16
Binary 1001000 0 1110 0 1100100 1010001 1001000 101011100 1100100 1110

Color Harmonies of #48000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48000E

Black with #48000E

Text Example


Text Example

White with #48000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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