Html Css Color HEX #481317 Rustic Red

📋 copy color: '#481317'

red 72 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #481317

Tints of Rustic Red #481317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.67%

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

R = 63.16%
G = 16.67%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481317 (or 0x481317) is known color: Rustic Red. HEX triplet: 48, 13 and 17. RGB value is (72,19,23). Sum of RGB (Red+Green+Blue) = 72+19+23=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481317 is #B7ECE8. Grayscale: #232323. Windows color (decimal): -12053737 or 1512264. OLE color: 1512264.

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

Color convert

RGB 72 19 23 -
CMYK 0 0.74 0.68 0.72
HSL 355.47º 0.58% 0.18% -
HSV(B) 355.47º 0.74% 0.28% -
XYZ 3.06 1.91 1.02 -
YUV 35.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 72 19 23 0 0.74 0.68 0.72 355.47 0.58 0.18
Hex 48 13 17 0 4A 44 48 163 3A 12
Octal 110 23 27 0 112 104 110 543 72 22
Binary 1001000 10011 10111 0 1001010 1000100 1001000 101100011 111010 10010

Color Harmonies of #481317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481317

Black with #481317

Text Example


Text Example

White with #481317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481317; }

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

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

background-color css

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

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

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

border-color css

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

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

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