Html Css Color HEX #400010 Rustic Red

📋 copy color: '#400010'

red 64 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #400010

Tints of Rustic Red #400010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 20%

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#400010 (or 0x400010) is known color: Rustic Red. HEX triplet: 40, 00 and 10. RGB value is (64,0,16). Sum of RGB (Red+Green+Blue) = 64+0+16=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #400010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400010 is #BFFFEF. Grayscale: #141414. Windows color (decimal): -12582896 or 1048640. OLE color: 1048640.

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

Color convert

RGB 64 0 16 -
CMYK 0 1 0.75 0.75
HSL 345º 1% 0.13% -
HSV(B) 345º 1% 0.25% -
XYZ 2.21 1.13 0.59 -
YUV 20.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 64 0 16 0 1 0.75 0.75 345 1 0.13
Hex 40 0 10 0 64 4B 4B 159 64 D
Octal 100 0 20 0 144 113 113 531 144 15
Binary 1000000 0 10000 0 1100100 1001011 1001011 101011001 1100100 1101

Color Harmonies of #400010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400010

Black with #400010

Text Example


Text Example

White with #400010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400010; }

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

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

background-color css

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

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

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

border-color css

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

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

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