Html Css Color HEX #48010C Rustic Red

📋 copy color: '#48010C'

red 72 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #48010C

Tints of Rustic Red #48010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.18%

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

R = 84.71%
G = 1.18%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#48010C (or 0x48010C) is known color: Rustic Red. HEX triplet: 48, 01 and 0C. RGB value is (72,1,12). Sum of RGB (Red+Green+Blue) = 72+1+12=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #48010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48010C is #B7FEF3. Grayscale: #171717. Windows color (decimal): -12058356 or 786760. OLE color: 786760.

HSL color Cylindrical-coordinate representation of color #48010C: hue angle of 350.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48010C is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 12 -
CMYK 0 0.99 0.83 0.72
HSL 350.7º 0.97% 0.14% -
HSV(B) 350.7º 0.99% 0.28% -
XYZ 2.75 1.43 0.48 -
YUV 23.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 72 1 12 0 0.99 0.83 0.72 350.7 0.97 0.14
Hex 48 1 C 0 63 53 48 15F 61 E
Octal 110 1 14 0 143 123 110 537 141 16
Binary 1001000 1 1100 0 1100011 1010011 1001000 101011111 1100001 1110

Color Harmonies of #48010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48010C

Black with #48010C

Text Example


Text Example

White with #48010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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