Html Css Color HEX #40010A Rustic Red

📋 copy color: '#40010A'

red 64 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #40010A

Tints of Rustic Red #40010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.33%

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

R = 85.33%
G = 1.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40010A (or 0x40010A) is known color: Rustic Red. HEX triplet: 40, 01 and 0A. RGB value is (64,1,10). Sum of RGB (Red+Green+Blue) = 64+1+10=75 (9% of max value = 765). Red value is 64 (25.39% from 255 or 85.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 64 - color contains mainly: red. Hex color #40010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40010A is #BFFEF5. Grayscale: #141414. Windows color (decimal): -12582646 or 655680. OLE color: 655680.

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

Color convert

RGB 64 1 10 -
CMYK 0 0.98 0.84 0.75
HSL 351.43º 0.97% 0.13% -
HSV(B) 351.43º 0.98% 0.25% -
XYZ 2.18 1.13 0.39 -
YUV 20.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 64 1 10 0 0.98 0.84 0.75 351.43 0.97 0.13
Hex 40 1 A 0 62 54 4B 15F 61 D
Octal 100 1 12 0 142 124 113 537 141 15
Binary 1000000 1 1010 0 1100010 1010100 1001011 101011111 1100001 1101

Color Harmonies of #40010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40010A

Black with #40010A

Text Example


Text Example

White with #40010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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