Html Css Color HEX #40080A Rustic Red

📋 copy color: '#40080A'

red 64 ◦ green 8 ◦ blue 10

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

Shades of Rustic Red #40080A

Tints of Rustic Red #40080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.2%

R = 78.05%
G = 9.76%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40080A (or 0x40080A) is known color: Rustic Red. HEX triplet: 40, 08 and 0A. RGB value is (64,8,10). Sum of RGB (Red+Green+Blue) = 64+8+10=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #40080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40080A is #BFF7F5. Grayscale: #191919. Windows color (decimal): -12580854 or 657472. OLE color: 657472.

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

Color convert

RGB 64 8 10 -
CMYK 0 0.87 0.84 0.75
HSL 357.86º 0.78% 0.14% -
HSV(B) 357.86º 0.88% 0.25% -
XYZ 2.26 1.29 0.42 -
YUV 24.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 64 8 10 0 0.87 0.84 0.75 357.86 0.78 0.14
Hex 40 8 A 0 57 54 4B 166 4E E
Octal 100 10 12 0 127 124 113 546 116 16
Binary 1000000 1000 1010 0 1010111 1010100 1001011 101100110 1001110 1110

Color Harmonies of #40080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40080A

Black with #40080A

Text Example


Text Example

White with #40080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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