Html Css Color HEX #48181A Rustic Red

📋 copy color: '#48181A'

red 72 ◦ green 24 ◦ blue 26

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

Shades of Rustic Red #48181A

Tints of Rustic Red #48181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.67%

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

R = 59.02%
G = 19.67%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48181A (or 0x48181A) is known color: Rustic Red. HEX triplet: 48, 18 and 1A. RGB value is (72,24,26). Sum of RGB (Red+Green+Blue) = 72+24+26=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48181A is #B7E7E5. Grayscale: #262626. Windows color (decimal): -12052454 or 1710152. OLE color: 1710152.

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

Color convert

RGB 72 24 26 -
CMYK 0 0.67 0.64 0.72
HSL 357.5º 0.5% 0.19% -
HSV(B) 357.5º 0.67% 0.28% -
XYZ 3.19 2.11 1.22 -
YUV 38.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 72 24 26 0 0.67 0.64 0.72 357.5 0.5 0.19
Hex 48 18 1A 0 43 40 48 166 32 13
Octal 110 30 32 0 103 100 110 546 62 23
Binary 1001000 11000 11010 0 1000011 1000000 1001000 101100110 110010 10011

Color Harmonies of #48181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48181A

Black with #48181A

Text Example


Text Example

White with #48181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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