Html Css Color HEX #40141B Rustic Red

📋 copy color: '#40141B'

red 64 ◦ green 20 ◦ blue 27

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

Shades of Rustic Red #40141B

Tints of Rustic Red #40141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.02%

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

R = 57.66%
G = 18.02%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40141B (or 0x40141B) is known color: Rustic Red. HEX triplet: 40, 14 and 1B. RGB value is (64,20,27). Sum of RGB (Red+Green+Blue) = 64+20+27=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40141B is #BFEBE4. Grayscale: #212121. Windows color (decimal): -12577765 or 1774656. OLE color: 1774656.

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

Color convert

RGB 64 20 27 -
CMYK 0 0.69 0.58 0.75
HSL 350.45º 0.52% 0.16% -
HSV(B) 350.45º 0.69% 0.25% -
XYZ 2.56 1.67 1.22 -
YUV 33.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 64 20 27 0 0.69 0.58 0.75 350.45 0.52 0.16
Hex 40 14 1B 0 45 3A 4B 15E 34 10
Octal 100 24 33 0 105 72 113 536 64 20
Binary 1000000 10100 11011 0 1000101 111010 1001011 101011110 110100 10000

Color Harmonies of #40141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40141B

Black with #40141B

Text Example


Text Example

White with #40141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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