Html Css Color HEX #401518 Rustic Red

📋 copy color: '#401518'

red 64 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #401518

Tints of Rustic Red #401518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.02%

R = 58.72%
G = 19.27%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#401518 (or 0x401518) is known color: Rustic Red. HEX triplet: 40, 15 and 18. RGB value is (64,21,24). Sum of RGB (Red+Green+Blue) = 64+21+24=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #401518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401518 is #BFEAE7. Grayscale: #222222. Windows color (decimal): -12577512 or 1578304. OLE color: 1578304.

HSL color Cylindrical-coordinate representation of color #401518: hue angle of 355.81º 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 #401518 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 21 24 -
CMYK 0 0.67 0.62 0.75
HSL 355.81º 0.51% 0.17% -
HSV(B) 355.81º 0.67% 0.25% -
XYZ 2.55 1.69 1.06 -
YUV 34.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 64 21 24 0 0.67 0.62 0.75 355.81 0.51 0.17
Hex 40 15 18 0 43 3E 4B 164 33 11
Octal 100 25 30 0 103 76 113 544 63 21
Binary 1000000 10101 11000 0 1000011 111110 1001011 101100100 110011 10001

Color Harmonies of #401518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401518

Black with #401518

Text Example


Text Example

White with #401518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401518; }

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

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

background-color css

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

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

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

border-color css

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

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

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