Html Css Color HEX #40080F Rustic Red

📋 copy color: '#40080F'

red 64 ◦ green 8 ◦ blue 15

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

Shades of Rustic Red #40080F

Tints of Rustic Red #40080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.2%

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

R = 73.56%
G = 9.2%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40080F (or 0x40080F) is known color: Rustic Red. HEX triplet: 40, 08 and 0F. RGB value is (64,8,15). Sum of RGB (Red+Green+Blue) = 64+8+15=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #40080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40080F is #BFF7F0. Grayscale: #191919. Windows color (decimal): -12580849 or 985152. OLE color: 985152.

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

Color convert

RGB 64 8 15 -
CMYK 0 0.87 0.77 0.75
HSL 352.5º 0.78% 0.14% -
HSV(B) 352.5º 0.88% 0.25% -
XYZ 2.29 1.3 0.58 -
YUV 25.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 64 8 15 0 0.87 0.77 0.75 352.5 0.78 0.14
Hex 40 8 F 0 57 4D 4B 160 4E E
Octal 100 10 17 0 127 115 113 540 116 16
Binary 1000000 1000 1111 0 1010111 1001101 1001011 101100000 1001110 1110

Color Harmonies of #40080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40080F

Black with #40080F

Text Example


Text Example

White with #40080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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