Html Css Color HEX #401217 Rustic Red

📋 copy color: '#401217'

red 64 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #401217

Tints of Rustic Red #401217

RGB

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

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

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

R = 60.95%
G = 17.14%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#401217 (or 0x401217) is known color: Rustic Red. HEX triplet: 40, 12 and 17. RGB value is (64,18,23). Sum of RGB (Red+Green+Blue) = 64+18+23=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401217 is #BFEDE8. Grayscale: #202020. Windows color (decimal): -12578281 or 1512000. OLE color: 1512000.

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

Color convert

RGB 64 18 23 -
CMYK 0 0.72 0.64 0.75
HSL 353.48º 0.56% 0.16% -
HSV(B) 353.48º 0.72% 0.25% -
XYZ 2.49 1.58 0.99 -
YUV 32.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 64 18 23 0 0.72 0.64 0.75 353.48 0.56 0.16
Hex 40 12 17 0 48 40 4B 161 38 10
Octal 100 22 27 0 110 100 113 541 70 20
Binary 1000000 10010 10111 0 1001000 1000000 1001011 101100001 111000 10000

Color Harmonies of #401217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401217

Black with #401217

Text Example


Text Example

White with #401217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401217; }

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

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

background-color css

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

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

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

border-color css

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

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

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