Html Css Color HEX #40090A Rustic Red

📋 copy color: '#40090A'

red 64 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #40090A

Tints of Rustic Red #40090A

RGB

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

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

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

R = 77.11%
G = 10.84%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40090A (or 0x40090A) is known color: Rustic Red. HEX triplet: 40, 09 and 0A. RGB value is (64,9,10). Sum of RGB (Red+Green+Blue) = 64+9+10=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #40090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40090A is #BFF6F5. Grayscale: #191919. Windows color (decimal): -12580598 or 657728. OLE color: 657728.

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

Color convert

RGB 64 9 10 -
CMYK 0 0.86 0.84 0.75
HSL 358.91º 0.75% 0.14% -
HSV(B) 358.91º 0.86% 0.25% -
XYZ 2.27 1.31 0.42 -
YUV 25.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 64 9 10 0 0.86 0.84 0.75 358.91 0.75 0.14
Hex 40 9 A 0 56 54 4B 167 4B E
Octal 100 11 12 0 126 124 113 547 113 16
Binary 1000000 1001 1010 0 1010110 1010100 1001011 101100111 1001011 1110

Color Harmonies of #40090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40090A

Black with #40090A

Text Example


Text Example

White with #40090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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