Html Css Color HEX #48060E Rustic Red

📋 copy color: '#48060E'

red 72 ◦ green 6 ◦ blue 14

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

Shades of Rustic Red #48060E

Tints of Rustic Red #48060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.52%

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

R = 78.26%
G = 6.52%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48060E (or 0x48060E) is known color: Rustic Red. HEX triplet: 48, 06 and 0E. RGB value is (72,6,14). Sum of RGB (Red+Green+Blue) = 72+6+14=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #48060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48060E is #B7F9F1. Grayscale: #1A1A1A. Windows color (decimal): -12057074 or 919112. OLE color: 919112.

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

Color convert

RGB 72 6 14 -
CMYK 0 0.92 0.81 0.72
HSL 352.73º 0.85% 0.15% -
HSV(B) 352.73º 0.92% 0.28% -
XYZ 2.82 1.54 0.56 -
YUV 26.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 72 6 14 0 0.92 0.81 0.72 352.73 0.85 0.15
Hex 48 6 E 0 5C 51 48 161 55 F
Octal 110 6 16 0 134 121 110 541 125 17
Binary 1001000 110 1110 0 1011100 1010001 1001000 101100001 1010101 1111

Color Harmonies of #48060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48060E

Black with #48060E

Text Example


Text Example

White with #48060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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