Html Css Color HEX #48171A Rustic Red

📋 copy color: '#48171A'

red 72 ◦ green 23 ◦ blue 26

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

Shades of Rustic Red #48171A

Tints of Rustic Red #48171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 26 (10.55% from 255) = 21.49%

R = 59.5%
G = 19.01%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48171A (or 0x48171A) is known color: Rustic Red. HEX triplet: 48, 17 and 1A. RGB value is (72,23,26). Sum of RGB (Red+Green+Blue) = 72+23+26=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48171A is #B7E8E5. Grayscale: #262626. Windows color (decimal): -12052710 or 1709896. OLE color: 1709896.

HSL color Cylindrical-coordinate representation of color #48171A: hue angle of 356.33º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48171A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 23 26 -
CMYK 0 0.68 0.64 0.72
HSL 356.33º 0.52% 0.19% -
HSV(B) 356.33º 0.68% 0.28% -
XYZ 3.17 2.07 1.21 -
YUV 37.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 72 23 26 0 0.68 0.64 0.72 356.33 0.52 0.19
Hex 48 17 1A 0 44 40 48 164 34 13
Octal 110 27 32 0 104 100 110 544 64 23
Binary 1001000 10111 11010 0 1000100 1000000 1001000 101100100 110100 10011

Color Harmonies of #48171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48171A

Black with #48171A

Text Example


Text Example

White with #48171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48171A; }

 p { color: rgb(72,23,26); }

 H1.HeaderClassName
 {
   color: #48171A;
 }
 .AnyTagClassName
 {
   color: #48171A;
 }
</style>

background-color css

<style>
 a { background-color: #48171A; }

 a { background-color: rgb(72,23,26); }

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

border-color css

<style>
 span { border-color: #48171A; }

 span { border-color: rgb(72,23,26); }

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