Html Css Color HEX #400A12 Rustic Red

📋 copy color: '#400A12'

red 64 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #400A12

Tints of Rustic Red #400A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 69.57%
G = 10.87%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#400A12 (or 0x400A12) is known color: Rustic Red. HEX triplet: 40, 0A and 12. RGB value is (64,10,18). Sum of RGB (Red+Green+Blue) = 64+10+18=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #400A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A12 is #BFF5ED. Grayscale: #1B1B1B. Windows color (decimal): -12580334 or 1182272. OLE color: 1182272.

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

Color convert

RGB 64 10 18 -
CMYK 0 0.84 0.72 0.75
HSL 351.11º 0.73% 0.15% -
HSV(B) 351.11º 0.84% 0.25% -
XYZ 2.33 1.35 0.71 -
YUV 27.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 64 10 18 0 0.84 0.72 0.75 351.11 0.73 0.15
Hex 40 A 12 0 54 48 4B 15F 49 F
Octal 100 12 22 0 124 110 113 537 111 17
Binary 1000000 1010 10010 0 1010100 1001000 1001011 101011111 1001001 1111

Color Harmonies of #400A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A12

Black with #400A12

Text Example


Text Example

White with #400A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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