Html Css Color HEX #48050B Rustic Red

📋 copy color: '#48050B'

red 72 ◦ green 5 ◦ blue 11

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

Shades of Rustic Red #48050B

Tints of Rustic Red #48050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.5%

R = 81.82%
G = 5.68%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48050B (or 0x48050B) is known color: Rustic Red. HEX triplet: 48, 05 and 0B. RGB value is (72,5,11). Sum of RGB (Red+Green+Blue) = 72+5+11=88 (11% of max value = 765). Red value is 72 (28.52% from 255 or 81.82% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 72 - color contains mainly: red. Hex color #48050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48050B is #B7FAF4. Grayscale: #191919. Windows color (decimal): -12057333 or 722248. OLE color: 722248.

HSL color Cylindrical-coordinate representation of color #48050B: hue angle of 354.63º 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 #48050B is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 5 11 -
CMYK 0 0.93 0.85 0.72
HSL 354.63º 0.87% 0.15% -
HSV(B) 354.63º 0.93% 0.28% -
XYZ 2.79 1.51 0.46 -
YUV 25.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 72 5 11 0 0.93 0.85 0.72 354.63 0.87 0.15
Hex 48 5 B 0 5D 55 48 163 57 F
Octal 110 5 13 0 135 125 110 543 127 17
Binary 1001000 101 1011 0 1011101 1010101 1001000 101100011 1010111 1111

Color Harmonies of #48050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48050B

Black with #48050B

Text Example


Text Example

White with #48050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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