Html Css Color HEX #48020D Rustic Red

📋 copy color: '#48020D'

red 72 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #48020D

Tints of Rustic Red #48020D

RGB

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

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

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

R = 82.76%
G = 2.3%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48020D (or 0x48020D) is known color: Rustic Red. HEX triplet: 48, 02 and 0D. RGB value is (72,2,13). Sum of RGB (Red+Green+Blue) = 72+2+13=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #48020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48020D is #B7FDF2. Grayscale: #181818. Windows color (decimal): -12058099 or 852552. OLE color: 852552.

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

Color convert

RGB 72 2 13 -
CMYK 0 0.97 0.82 0.72
HSL 350.57º 0.95% 0.15% -
HSV(B) 350.57º 0.97% 0.28% -
XYZ 2.77 1.45 0.51 -
YUV 24.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 72 2 13 0 0.97 0.82 0.72 350.57 0.95 0.15
Hex 48 2 D 0 61 52 48 15F 5F F
Octal 110 2 15 0 141 122 110 537 137 17
Binary 1001000 10 1101 0 1100001 1010010 1001000 101011111 1011111 1111

Color Harmonies of #48020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48020D

Black with #48020D

Text Example


Text Example

White with #48020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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