Html Css Color HEX #40050F Rustic Red

📋 copy color: '#40050F'

red 64 ◦ green 5 ◦ blue 15

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

Shades of Rustic Red #40050F

Tints of Rustic Red #40050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.95%

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

R = 76.19%
G = 5.95%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40050F (or 0x40050F) is known color: Rustic Red. HEX triplet: 40, 05 and 0F. RGB value is (64,5,15). Sum of RGB (Red+Green+Blue) = 64+5+15=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #40050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40050F is #BFFAF0. Grayscale: #171717. Windows color (decimal): -12581617 or 984384. OLE color: 984384.

HSL color Cylindrical-coordinate representation of color #40050F: hue angle of 349.83º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40050F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 5 15 -
CMYK 0 0.92 0.77 0.75
HSL 349.83º 0.86% 0.14% -
HSV(B) 349.83º 0.92% 0.25% -
XYZ 2.25 1.23 0.57 -
YUV 23.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 64 5 15 0 0.92 0.77 0.75 349.83 0.86 0.14
Hex 40 5 F 0 5C 4D 4B 15E 56 E
Octal 100 5 17 0 134 115 113 536 126 16
Binary 1000000 101 1111 0 1011100 1001101 1001011 101011110 1010110 1110

Color Harmonies of #40050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40050F

Black with #40050F

Text Example


Text Example

White with #40050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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