Html Css Color HEX #40131D Rustic Red

📋 copy color: '#40131D'

red 64 ◦ green 19 ◦ blue 29

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

Shades of Rustic Red #40131D

Tints of Rustic Red #40131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.96%

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

R = 57.14%
G = 16.96%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40131D (or 0x40131D) is known color: Rustic Red. HEX triplet: 40, 13 and 1D. RGB value is (64,19,29). Sum of RGB (Red+Green+Blue) = 64+19+29=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40131D is #BFECE2. Grayscale: #212121. Windows color (decimal): -12578019 or 1905472. OLE color: 1905472.

HSL color Cylindrical-coordinate representation of color #40131D: hue angle of 346.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40131D is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 19 29 -
CMYK 0 0.70 0.55 0.75
HSL 346.67º 0.54% 0.16% -
HSV(B) 346.67º 0.7% 0.25% -
XYZ 2.57 1.64 1.34 -
YUV 33.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 64 19 29 0 0.70 0.55 0.75 346.67 0.54 0.16
Hex 40 13 1D 0 46 37 4B 15B 36 10
Octal 100 23 35 0 106 67 113 533 66 20
Binary 1000000 10011 11101 0 1000110 110111 1001011 101011011 110110 10000

Color Harmonies of #40131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40131D

Black with #40131D

Text Example


Text Example

White with #40131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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