Html Css Color HEX #48060D Rustic Red

📋 copy color: '#48060D'

red 72 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #48060D

Tints of Rustic Red #48060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.29%

R = 79.12%
G = 6.59%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48060D (or 0x48060D) is known color: Rustic Red. HEX triplet: 48, 06 and 0D. RGB value is (72,6,13). Sum of RGB (Red+Green+Blue) = 72+6+13=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #48060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48060D is #B7F9F2. Grayscale: #1A1A1A. Windows color (decimal): -12057075 or 853576. OLE color: 853576.

HSL color Cylindrical-coordinate representation of color #48060D: hue angle of 353.64º 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 #48060D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 6 13 -
CMYK 0 0.92 0.82 0.72
HSL 353.64º 0.85% 0.15% -
HSV(B) 353.64º 0.92% 0.28% -
XYZ 2.81 1.54 0.53 -
YUV 26.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 72 6 13 0 0.92 0.82 0.72 353.64 0.85 0.15
Hex 48 6 D 0 5C 52 48 162 55 F
Octal 110 6 15 0 134 122 110 542 125 17
Binary 1001000 110 1101 0 1011100 1010010 1001000 101100010 1010101 1111

Color Harmonies of #48060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48060D

Black with #48060D

Text Example


Text Example

White with #48060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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