Html Css Color HEX #40090F Rustic Red

📋 copy color: '#40090F'

red 64 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #40090F

Tints of Rustic Red #40090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.23%

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

R = 72.73%
G = 10.23%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40090F (or 0x40090F) is known color: Rustic Red. HEX triplet: 40, 09 and 0F. RGB value is (64,9,15). Sum of RGB (Red+Green+Blue) = 64+9+15=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #40090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40090F is #BFF6F0. Grayscale: #1A1A1A. Windows color (decimal): -12580593 or 985408. OLE color: 985408.

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

Color convert

RGB 64 9 15 -
CMYK 0 0.86 0.77 0.75
HSL 353.45º 0.75% 0.14% -
HSV(B) 353.45º 0.86% 0.25% -
XYZ 2.3 1.32 0.59 -
YUV 26.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 64 9 15 0 0.86 0.77 0.75 353.45 0.75 0.14
Hex 40 9 F 0 56 4D 4B 161 4B E
Octal 100 11 17 0 126 115 113 541 113 16
Binary 1000000 1001 1111 0 1010110 1001101 1001011 101100001 1001011 1110

Color Harmonies of #40090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40090F

Black with #40090F

Text Example


Text Example

White with #40090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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