Html Css Color HEX #40151D Rustic Red

📋 copy color: '#40151D'

red 64 ◦ green 21 ◦ blue 29

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

Shades of Rustic Red #40151D

Tints of Rustic Red #40151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.44%

R = 56.14%
G = 18.42%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40151D (or 0x40151D) is known color: Rustic Red. HEX triplet: 40, 15 and 1D. RGB value is (64,21,29). Sum of RGB (Red+Green+Blue) = 64+21+29=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40151D is #BFEAE2. Grayscale: #222222. Windows color (decimal): -12577507 or 1905984. OLE color: 1905984.

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

Color convert

RGB 64 21 29 -
CMYK 0 0.67 0.55 0.75
HSL 348.84º 0.51% 0.17% -
HSV(B) 348.84º 0.67% 0.25% -
XYZ 2.6 1.72 1.36 -
YUV 34.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 64 21 29 0 0.67 0.55 0.75 348.84 0.51 0.17
Hex 40 15 1D 0 43 37 4B 15D 33 11
Octal 100 25 35 0 103 67 113 535 63 21
Binary 1000000 10101 11101 0 1000011 110111 1001011 101011101 110011 10001

Color Harmonies of #40151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40151D

Black with #40151D

Text Example


Text Example

White with #40151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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