Html Css Color HEX #40121D Rustic Red

📋 copy color: '#40121D'

red 64 ◦ green 18 ◦ blue 29

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

Shades of Rustic Red #40121D

Tints of Rustic Red #40121D

RGB

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

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

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

R = 57.66%
G = 16.22%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40121D (or 0x40121D) is known color: Rustic Red. HEX triplet: 40, 12 and 1D. RGB value is (64,18,29). Sum of RGB (Red+Green+Blue) = 64+18+29=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40121D is #BFEDE2. Grayscale: #212121. Windows color (decimal): -12578275 or 1905216. OLE color: 1905216.

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

Color convert

RGB 64 18 29 -
CMYK 0 0.72 0.55 0.75
HSL 345.65º 0.56% 0.16% -
HSV(B) 345.65º 0.72% 0.25% -
XYZ 2.55 1.61 1.34 -
YUV 33.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 64 18 29 0 0.72 0.55 0.75 345.65 0.56 0.16
Hex 40 12 1D 0 48 37 4B 15A 38 10
Octal 100 22 35 0 110 67 113 532 70 20
Binary 1000000 10010 11101 0 1001000 110111 1001011 101011010 111000 10000

Color Harmonies of #40121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40121D

Black with #40121D

Text Example


Text Example

White with #40121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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