Html Css Color HEX #481417 Rustic Red

📋 copy color: '#481417'

red 72 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #481417

Tints of Rustic Red #481417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.39%

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

R = 62.61%
G = 17.39%
B = 20%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481417 (or 0x481417) is known color: Rustic Red. HEX triplet: 48, 14 and 17. RGB value is (72,20,23). Sum of RGB (Red+Green+Blue) = 72+20+23=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481417 is #B7EBE8. Grayscale: #232323. Windows color (decimal): -12053481 or 1512520. OLE color: 1512520.

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

Color convert

RGB 72 20 23 -
CMYK 0 0.72 0.68 0.72
HSL 356.54º 0.57% 0.18% -
HSV(B) 356.54º 0.72% 0.28% -
XYZ 3.08 1.94 1.02 -
YUV 35.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 72 20 23 0 0.72 0.68 0.72 356.54 0.57 0.18
Hex 48 14 17 0 48 44 48 165 39 12
Octal 110 24 27 0 110 104 110 545 71 22
Binary 1001000 10100 10111 0 1001000 1000100 1001000 101100101 111001 10010

Color Harmonies of #481417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481417

Black with #481417

Text Example


Text Example

White with #481417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481417; }

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

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

background-color css

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

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

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

border-color css

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

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

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