Html Css Color HEX #48020B Rustic Red

📋 copy color: '#48020B'

red 72 ◦ green 2 ◦ blue 11

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

Shades of Rustic Red #48020B

Tints of Rustic Red #48020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

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

R = 84.71%
G = 2.35%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48020B (or 0x48020B) is known color: Rustic Red. HEX triplet: 48, 02 and 0B. RGB value is (72,2,11). Sum of RGB (Red+Green+Blue) = 72+2+11=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #48020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48020B is #B7FDF4. Grayscale: #171717. Windows color (decimal): -12058101 or 721480. OLE color: 721480.

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

Color convert

RGB 72 2 11 -
CMYK 0 0.97 0.85 0.72
HSL 352.29º 0.95% 0.15% -
HSV(B) 352.29º 0.97% 0.28% -
XYZ 2.75 1.45 0.45 -
YUV 23.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 72 2 11 0 0.97 0.85 0.72 352.29 0.95 0.15
Hex 48 2 B 0 61 55 48 160 5F F
Octal 110 2 13 0 141 125 110 540 137 17
Binary 1001000 10 1011 0 1100001 1010101 1001000 101100000 1011111 1111

Color Harmonies of #48020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48020B

Black with #48020B

Text Example


Text Example

White with #48020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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