Html Css Color HEX #481517 Rustic Red

📋 copy color: '#481517'

red 72 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #481517

Tints of Rustic Red #481517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.1%

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

R = 62.07%
G = 18.1%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481517 (or 0x481517) is known color: Rustic Red. HEX triplet: 48, 15 and 17. RGB value is (72,21,23). Sum of RGB (Red+Green+Blue) = 72+21+23=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481517 is #B7EAE8. Grayscale: #242424. Windows color (decimal): -12053225 or 1512776. OLE color: 1512776.

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

Color convert

RGB 72 21 23 -
CMYK 0 0.71 0.68 0.72
HSL 357.65º 0.55% 0.18% -
HSV(B) 357.65º 0.71% 0.28% -
XYZ 3.1 1.98 1.03 -
YUV 36.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 72 21 23 0 0.71 0.68 0.72 357.65 0.55 0.18
Hex 48 15 17 0 47 44 48 166 37 12
Octal 110 25 27 0 107 104 110 546 67 22
Binary 1001000 10101 10111 0 1000111 1000100 1001000 101100110 110111 10010

Color Harmonies of #481517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481517

Black with #481517

Text Example


Text Example

White with #481517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481517; }

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

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

background-color css

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

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

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

border-color css

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

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

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