Html Css Color HEX #48020C Rustic Red

📋 copy color: '#48020C'

red 72 ◦ green 2 ◦ blue 12

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

Shades of Rustic Red #48020C

Tints of Rustic Red #48020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.95%

R = 83.72%
G = 2.33%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#48020C (or 0x48020C) is known color: Rustic Red. HEX triplet: 48, 02 and 0C. RGB value is (72,2,12). Sum of RGB (Red+Green+Blue) = 72+2+12=86 (11% of max value = 765). Red value is 72 (28.52% from 255 or 83.72% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 72 - color contains mainly: red. Hex color #48020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48020C is #B7FDF3. Grayscale: #181818. Windows color (decimal): -12058100 or 787016. OLE color: 787016.

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

Color convert

RGB 72 2 12 -
CMYK 0 0.97 0.83 0.72
HSL 351.43º 0.95% 0.15% -
HSV(B) 351.43º 0.97% 0.28% -
XYZ 2.76 1.45 0.48 -
YUV 24.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 72 2 12 0 0.97 0.83 0.72 351.43 0.95 0.15
Hex 48 2 C 0 61 53 48 15F 5F F
Octal 110 2 14 0 141 123 110 537 137 17
Binary 1001000 10 1100 0 1100001 1010011 1001000 101011111 1011111 1111

Color Harmonies of #48020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48020C

Black with #48020C

Text Example


Text Example

White with #48020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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