Html Css Color HEX #400A15 Rustic Red

📋 copy color: '#400A15'

red 64 ◦ green 10 ◦ blue 21

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

Shades of Rustic Red #400A15

Tints of Rustic Red #400A15

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.53%

 BLUE value IS 21 (8.59% from 255) = 22.11%

R = 67.37%
G = 10.53%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#400A15 (or 0x400A15) is known color: Rustic Red. HEX triplet: 40, 0A and 15. RGB value is (64,10,21). Sum of RGB (Red+Green+Blue) = 64+10+21=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #400A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A15 is #BFF5EA. Grayscale: #1B1B1B. Windows color (decimal): -12580331 or 1378880. OLE color: 1378880.

HSL color Cylindrical-coordinate representation of color #400A15: hue angle of 347.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A15 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 10 21 -
CMYK 0 0.84 0.67 0.75
HSL 347.78º 0.73% 0.15% -
HSV(B) 347.78º 0.84% 0.25% -
XYZ 2.36 1.36 0.85 -
YUV 27.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 64 10 21 0 0.84 0.67 0.75 347.78 0.73 0.15
Hex 40 A 15 0 54 43 4B 15C 49 F
Octal 100 12 25 0 124 103 113 534 111 17
Binary 1000000 1010 10101 0 1010100 1000011 1001011 101011100 1001001 1111

Color Harmonies of #400A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A15

Black with #400A15

Text Example


Text Example

White with #400A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400A15; }

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

 H1.HeaderClassName
 {
   color: #400A15;
 }
 .AnyTagClassName
 {
   color: #400A15;
 }
</style>

background-color css

<style>
 a { background-color: #400A15; }

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

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

border-color css

<style>
 span { border-color: #400A15; }

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

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