Html Css Color HEX #40080C Rustic Red

📋 copy color: '#40080C'

red 64 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #40080C

Tints of Rustic Red #40080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.29%

R = 76.19%
G = 9.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#40080C (or 0x40080C) is known color: Rustic Red. HEX triplet: 40, 08 and 0C. RGB value is (64,8,12). Sum of RGB (Red+Green+Blue) = 64+8+12=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #40080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40080C is #BFF7F3. Grayscale: #191919. Windows color (decimal): -12580852 or 788544. OLE color: 788544.

HSL color Cylindrical-coordinate representation of color #40080C: hue angle of 355.71º 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 #40080C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 8 12 -
CMYK 0 0.87 0.81 0.75
HSL 355.71º 0.78% 0.14% -
HSV(B) 355.71º 0.88% 0.25% -
XYZ 2.27 1.29 0.48 -
YUV 25.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 64 8 12 0 0.87 0.81 0.75 355.71 0.78 0.14
Hex 40 8 C 0 57 51 4B 164 4E E
Octal 100 10 14 0 127 121 113 544 116 16
Binary 1000000 1000 1100 0 1010111 1010001 1001011 101100100 1001110 1110

Color Harmonies of #40080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40080C

Black with #40080C

Text Example


Text Example

White with #40080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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