Html Css Color HEX #401517 Rustic Red

📋 copy color: '#401517'

red 64 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #401517

Tints of Rustic Red #401517

RGB

 RED value IS 64 (25.39% from 255) = 59.26%

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

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

R = 59.26%
G = 19.44%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#401517 (or 0x401517) is known color: Rustic Red. HEX triplet: 40, 15 and 17. RGB value is (64,21,23). Sum of RGB (Red+Green+Blue) = 64+21+23=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #401517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401517 is #BFEAE8. Grayscale: #222222. Windows color (decimal): -12577513 or 1512768. OLE color: 1512768.

HSL color Cylindrical-coordinate representation of color #401517: hue angle of 357.21º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401517 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 21 23 -
CMYK 0 0.67 0.64 0.75
HSL 357.21º 0.51% 0.17% -
HSV(B) 357.21º 0.67% 0.25% -
XYZ 2.54 1.69 1 -
YUV 34.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 64 21 23 0 0.67 0.64 0.75 357.21 0.51 0.17
Hex 40 15 17 0 43 40 4B 165 33 11
Octal 100 25 27 0 103 100 113 545 63 21
Binary 1000000 10101 10111 0 1000011 1000000 1001011 101100101 110011 10001

Color Harmonies of #401517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401517

Black with #401517

Text Example


Text Example

White with #401517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401517; }

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

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

background-color css

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

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

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

border-color css

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

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

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