Html Css Color HEX #400610 Rustic Red

📋 copy color: '#400610'

red 64 ◦ green 6 ◦ blue 16

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

Shades of Rustic Red #400610

Tints of Rustic Red #400610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.98%

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

R = 74.42%
G = 6.98%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#400610 (or 0x400610) is known color: Rustic Red. HEX triplet: 40, 06 and 10. RGB value is (64,6,16). Sum of RGB (Red+Green+Blue) = 64+6+16=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400610 is #BFF9EF. Grayscale: #181818. Windows color (decimal): -12581360 or 1050176. OLE color: 1050176.

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

Color convert

RGB 64 6 16 -
CMYK 0 0.91 0.75 0.75
HSL 349.66º 0.83% 0.14% -
HSV(B) 349.66º 0.91% 0.25% -
XYZ 2.27 1.26 0.61 -
YUV 24.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 64 6 16 0 0.91 0.75 0.75 349.66 0.83 0.14
Hex 40 6 10 0 5B 4B 4B 15E 53 E
Octal 100 6 20 0 133 113 113 536 123 16
Binary 1000000 110 10000 0 1011011 1001011 1001011 101011110 1010011 1110

Color Harmonies of #400610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400610

Black with #400610

Text Example


Text Example

White with #400610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400610; }

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

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

background-color css

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

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

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

border-color css

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

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

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