Html Css Color HEX #40040F Rustic Red

📋 copy color: '#40040F'

red 64 ◦ green 4 ◦ blue 15

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

Shades of Rustic Red #40040F

Tints of Rustic Red #40040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.07%

R = 77.11%
G = 4.82%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40040F (or 0x40040F) is known color: Rustic Red. HEX triplet: 40, 04 and 0F. RGB value is (64,4,15). Sum of RGB (Red+Green+Blue) = 64+4+15=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #40040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40040F is #BFFBF0. Grayscale: #171717. Windows color (decimal): -12581873 or 984128. OLE color: 984128.

HSL color Cylindrical-coordinate representation of color #40040F: hue angle of 349º 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 #40040F is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 4 15 -
CMYK 0 0.94 0.77 0.75
HSL 349º 0.88% 0.13% -
HSV(B) 349º 0.94% 0.25% -
XYZ 2.24 1.21 0.57 -
YUV 23.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 64 4 15 0 0.94 0.77 0.75 349 0.88 0.13
Hex 40 4 F 0 5E 4D 4B 15D 58 D
Octal 100 4 17 0 136 115 113 535 130 15
Binary 1000000 100 1111 0 1011110 1001101 1001011 101011101 1011000 1101

Color Harmonies of #40040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40040F

Black with #40040F

Text Example


Text Example

White with #40040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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