Html Css Color HEX #481115 Rustic Red

📋 copy color: '#481115'

red 72 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #481115

Tints of Rustic Red #481115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

 BLUE value IS 21 (8.59% from 255) = 19.09%

R = 65.45%
G = 15.45%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#481115 (or 0x481115) is known color: Rustic Red. HEX triplet: 48, 11 and 15. RGB value is (72,17,21). Sum of RGB (Red+Green+Blue) = 72+17+21=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481115 is #B7EEEA. Grayscale: #212121. Windows color (decimal): -12054251 or 1380680. OLE color: 1380680.

HSL color Cylindrical-coordinate representation of color #481115: hue angle of 355.64º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481115 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 21 -
CMYK 0 0.76 0.71 0.72
HSL 355.64º 0.62% 0.17% -
HSV(B) 355.64º 0.76% 0.28% -
XYZ 3.01 1.83 0.9 -
YUV 33.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 72 17 21 0 0.76 0.71 0.72 355.64 0.62 0.17
Hex 48 11 15 0 4C 47 48 164 3E 11
Octal 110 21 25 0 114 107 110 544 76 21
Binary 1001000 10001 10101 0 1001100 1000111 1001000 101100100 111110 10001

Color Harmonies of #481115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481115

Black with #481115

Text Example


Text Example

White with #481115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481115; }

 p { color: rgb(72,17,21); }

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

background-color css

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

 a { background-color: rgb(72,17,21); }

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

border-color css

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

 span { border-color: rgb(72,17,21); }

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