Html Css Color HEX #40040B Rustic Red

📋 copy color: '#40040B'

red 64 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #40040B

Tints of Rustic Red #40040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.06%

 BLUE value IS 11 (4.69% from 255) = 13.92%

R = 81.01%
G = 5.06%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#40040B (or 0x40040B) is known color: Rustic Red. HEX triplet: 40, 04 and 0B. RGB value is (64,4,11). Sum of RGB (Red+Green+Blue) = 64+4+11=79 (10% of max value = 765). Red value is 64 (25.39% from 255 or 81.01% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 64 - color contains mainly: red. Hex color #40040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40040B is #BFFBF4. Grayscale: #161616. Windows color (decimal): -12581877 or 721984. OLE color: 721984.

HSL color Cylindrical-coordinate representation of color #40040B: hue angle of 353º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40040B is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 4 11 -
CMYK 0 0.94 0.83 0.75
HSL 353º 0.88% 0.13% -
HSV(B) 353º 0.94% 0.25% -
XYZ 2.22 1.2 0.43 -
YUV 22.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 64 4 11 0 0.94 0.83 0.75 353 0.88 0.13
Hex 40 4 B 0 5E 53 4B 161 58 D
Octal 100 4 13 0 136 123 113 541 130 15
Binary 1000000 100 1011 0 1011110 1010011 1001011 101100001 1011000 1101

Color Harmonies of #40040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40040B

Black with #40040B

Text Example


Text Example

White with #40040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,4,11); }

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

background-color css

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

 a { background-color: rgb(64,4,11); }

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

border-color css

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

 span { border-color: rgb(64,4,11); }

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