Html Css Color HEX #481112 Rustic Red

📋 copy color: '#481112'

red 72 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #481112

Tints of Rustic Red #481112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.82%

R = 67.29%
G = 15.89%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#481112 (or 0x481112) is known color: Rustic Red. HEX triplet: 48, 11 and 12. RGB value is (72,17,18). Sum of RGB (Red+Green+Blue) = 72+17+18=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #481112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481112 is #B7EEED. Grayscale: #212121. Windows color (decimal): -12054254 or 1184072. OLE color: 1184072.

HSL color Cylindrical-coordinate representation of color #481112: hue angle of 358.91º 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 #481112 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 18 -
CMYK 0 0.76 0.75 0.72
HSL 358.91º 0.62% 0.17% -
HSV(B) 358.91º 0.76% 0.28% -
XYZ 2.98 1.82 0.77 -
YUV 33.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 72 17 18 0 0.76 0.75 0.72 358.91 0.62 0.17
Hex 48 11 12 0 4C 4B 48 167 3E 11
Octal 110 21 22 0 114 113 110 547 76 21
Binary 1001000 10001 10010 0 1001100 1001011 1001000 101100111 111110 10001

Color Harmonies of #481112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481112

Black with #481112

Text Example


Text Example

White with #481112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481112; }

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

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

background-color css

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

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

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

border-color css

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

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

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