Html Css Color HEX #40040A Rustic Red

📋 copy color: '#40040A'

red 64 ◦ green 4 ◦ blue 10

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

Shades of Rustic Red #40040A

Tints of Rustic Red #40040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.13%

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

R = 82.05%
G = 5.13%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40040A (or 0x40040A) is known color: Rustic Red. HEX triplet: 40, 04 and 0A. RGB value is (64,4,10). Sum of RGB (Red+Green+Blue) = 64+4+10=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #40040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40040A is #BFFBF5. Grayscale: #161616. Windows color (decimal): -12581878 or 656448. OLE color: 656448.

HSL color Cylindrical-coordinate representation of color #40040A: hue angle of 354º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40040A is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 4 10 -
CMYK 0 0.94 0.84 0.75
HSL 354º 0.88% 0.13% -
HSV(B) 354º 0.94% 0.25% -
XYZ 2.21 1.2 0.4 -
YUV 22.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 64 4 10 0 0.94 0.84 0.75 354 0.88 0.13
Hex 40 4 A 0 5E 54 4B 162 58 D
Octal 100 4 12 0 136 124 113 542 130 15
Binary 1000000 100 1010 0 1011110 1010100 1001011 101100010 1011000 1101

Color Harmonies of #40040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40040A

Black with #40040A

Text Example


Text Example

White with #40040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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