Html Css Color HEX #40111B Rustic Red

📋 copy color: '#40111B'

red 64 ◦ green 17 ◦ blue 27

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

Shades of Rustic Red #40111B

Tints of Rustic Red #40111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

 BLUE value IS 27 (10.94% from 255) = 25%

R = 59.26%
G = 15.74%
B = 25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40111B (or 0x40111B) is known color: Rustic Red. HEX triplet: 40, 11 and 1B. RGB value is (64,17,27). Sum of RGB (Red+Green+Blue) = 64+17+27=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #40111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40111B is #BFEEE4. Grayscale: #202020. Windows color (decimal): -12578533 or 1773888. OLE color: 1773888.

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

Color convert

RGB 64 17 27 -
CMYK 0 0.73 0.58 0.75
HSL 347.23º 0.58% 0.16% -
HSV(B) 347.23º 0.73% 0.25% -
XYZ 2.51 1.57 1.21 -
YUV 32.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 64 17 27 0 0.73 0.58 0.75 347.23 0.58 0.16
Hex 40 11 1B 0 49 3A 4B 15B 3A 10
Octal 100 21 33 0 111 72 113 533 72 20
Binary 1000000 10001 11011 0 1001001 111010 1001011 101011011 111010 10000

Color Harmonies of #40111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40111B

Black with #40111B

Text Example


Text Example

White with #40111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40111B; }

 p { color: rgb(64,17,27); }

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

background-color css

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

 a { background-color: rgb(64,17,27); }

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

border-color css

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

 span { border-color: rgb(64,17,27); }

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