Html Css Color HEX #401012 Rustic Red

📋 copy color: '#401012'

red 64 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #401012

Tints of Rustic Red #401012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.33%

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

R = 65.31%
G = 16.33%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#401012 (or 0x401012) is known color: Rustic Red. HEX triplet: 40, 10 and 12. RGB value is (64,16,18). Sum of RGB (Red+Green+Blue) = 64+16+18=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401012 is #BFEFED. Grayscale: #1E1E1E. Windows color (decimal): -12578798 or 1183808. OLE color: 1183808.

HSL color Cylindrical-coordinate representation of color #401012: hue angle of 357.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401012 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 16 18 -
CMYK 0 0.75 0.72 0.75
HSL 357.5º 0.6% 0.16% -
HSV(B) 357.5º 0.75% 0.25% -
XYZ 2.41 1.5 0.74 -
YUV 30.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 64 16 18 0 0.75 0.72 0.75 357.5 0.6 0.16
Hex 40 10 12 0 4B 48 4B 166 3C 10
Octal 100 20 22 0 113 110 113 546 74 20
Binary 1000000 10000 10010 0 1001011 1001000 1001011 101100110 111100 10000

Color Harmonies of #401012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401012

Black with #401012

Text Example


Text Example

White with #401012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401012; }

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

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

background-color css

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

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

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

border-color css

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

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

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