Html Css Color HEX #48010E Rustic Red

📋 copy color: '#48010E'

red 72 ◦ green 1 ◦ blue 14

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

Shades of Rustic Red #48010E

Tints of Rustic Red #48010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.15%

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

R = 82.76%
G = 1.15%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48010E (or 0x48010E) is known color: Rustic Red. HEX triplet: 48, 01 and 0E. RGB value is (72,1,14). Sum of RGB (Red+Green+Blue) = 72+1+14=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #48010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48010E is #B7FEF1. Grayscale: #171717. Windows color (decimal): -12058354 or 917832. OLE color: 917832.

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

Color convert

RGB 72 1 14 -
CMYK 0 0.99 0.81 0.72
HSL 349.01º 0.97% 0.14% -
HSV(B) 349.01º 0.99% 0.28% -
XYZ 2.76 1.43 0.55 -
YUV 23.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 72 1 14 0 0.99 0.81 0.72 349.01 0.97 0.14
Hex 48 1 E 0 63 51 48 15D 61 E
Octal 110 1 16 0 143 121 110 535 141 16
Binary 1001000 1 1110 0 1100011 1010001 1001000 101011101 1100001 1110

Color Harmonies of #48010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48010E

Black with #48010E

Text Example


Text Example

White with #48010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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