Html Css Color HEX #40131A Rustic Red

📋 copy color: '#40131A'

red 64 ◦ green 19 ◦ blue 26

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

Shades of Rustic Red #40131A

Tints of Rustic Red #40131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.85%

R = 58.72%
G = 17.43%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#40131A (or 0x40131A) is known color: Rustic Red. HEX triplet: 40, 13 and 1A. RGB value is (64,19,26). Sum of RGB (Red+Green+Blue) = 64+19+26=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #40131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40131A is #BFECE5. Grayscale: #212121. Windows color (decimal): -12578022 or 1708864. OLE color: 1708864.

HSL color Cylindrical-coordinate representation of color #40131A: hue angle of 350.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 #40131A is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 19 26 -
CMYK 0 0.70 0.59 0.75
HSL 350.67º 0.54% 0.16% -
HSV(B) 350.67º 0.7% 0.25% -
XYZ 2.53 1.63 1.16 -
YUV 33.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 64 19 26 0 0.70 0.59 0.75 350.67 0.54 0.16
Hex 40 13 1A 0 46 3B 4B 15F 36 10
Octal 100 23 32 0 106 73 113 537 66 20
Binary 1000000 10011 11010 0 1000110 111011 1001011 101011111 110110 10000

Color Harmonies of #40131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40131A

Black with #40131A

Text Example


Text Example

White with #40131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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