Html Css Color HEX #48050D Rustic Red

📋 copy color: '#48050D'

red 72 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #48050D

Tints of Rustic Red #48050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.56%

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

R = 80%
G = 5.56%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48050D (or 0x48050D) is known color: Rustic Red. HEX triplet: 48, 05 and 0D. RGB value is (72,5,13). Sum of RGB (Red+Green+Blue) = 72+5+13=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #48050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48050D is #B7FAF2. Grayscale: #191919. Windows color (decimal): -12057331 or 853320. OLE color: 853320.

HSL color Cylindrical-coordinate representation of color #48050D: hue angle of 352.84º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48050D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 5 13 -
CMYK 0 0.93 0.82 0.72
HSL 352.84º 0.87% 0.15% -
HSV(B) 352.84º 0.93% 0.28% -
XYZ 2.8 1.52 0.53 -
YUV 25.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 72 5 13 0 0.93 0.82 0.72 352.84 0.87 0.15
Hex 48 5 D 0 5D 52 48 161 57 F
Octal 110 5 15 0 135 122 110 541 127 17
Binary 1001000 101 1101 0 1011101 1010010 1001000 101100001 1010111 1111

Color Harmonies of #48050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48050D

Black with #48050D

Text Example


Text Example

White with #48050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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