Html Css Color HEX #481217 Rustic Red

📋 copy color: '#481217'

red 72 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #481217

Tints of Rustic Red #481217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.93%

 BLUE value IS 23 (9.38% from 255) = 20.35%

R = 63.72%
G = 15.93%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481217 (or 0x481217) is known color: Rustic Red. HEX triplet: 48, 12 and 17. RGB value is (72,18,23). Sum of RGB (Red+Green+Blue) = 72+18+23=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481217 is #B7EDE8. Grayscale: #222222. Windows color (decimal): -12053993 or 1512008. OLE color: 1512008.

HSL color Cylindrical-coordinate representation of color #481217: hue angle of 354.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481217 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 23 -
CMYK 0 0.75 0.68 0.72
HSL 354.44º 0.6% 0.18% -
HSV(B) 354.44º 0.75% 0.28% -
XYZ 3.04 1.87 1.01 -
YUV 34.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 72 18 23 0 0.75 0.68 0.72 354.44 0.6 0.18
Hex 48 12 17 0 4B 44 48 162 3C 12
Octal 110 22 27 0 113 104 110 542 74 22
Binary 1001000 10010 10111 0 1001011 1000100 1001000 101100010 111100 10010

Color Harmonies of #481217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481217

Black with #481217

Text Example


Text Example

White with #481217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481217; }

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

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

background-color css

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

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

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

border-color css

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

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

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