Html Css Color HEX #400510 Rustic Red

📋 copy color: '#400510'

red 64 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #400510

Tints of Rustic Red #400510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.88%

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

R = 75.29%
G = 5.88%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#400510 (or 0x400510) is known color: Rustic Red. HEX triplet: 40, 05 and 10. RGB value is (64,5,16). Sum of RGB (Red+Green+Blue) = 64+5+16=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #400510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400510 is #BFFAEF. Grayscale: #171717. Windows color (decimal): -12581616 or 1049920. OLE color: 1049920.

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

Color convert

RGB 64 5 16 -
CMYK 0 0.92 0.75 0.75
HSL 348.81º 0.86% 0.14% -
HSV(B) 348.81º 0.92% 0.25% -
XYZ 2.26 1.24 0.61 -
YUV 23.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 64 5 16 0 0.92 0.75 0.75 348.81 0.86 0.14
Hex 40 5 10 0 5C 4B 4B 15D 56 E
Octal 100 5 20 0 134 113 113 535 126 16
Binary 1000000 101 10000 0 1011100 1001011 1001011 101011101 1010110 1110

Color Harmonies of #400510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400510

Black with #400510

Text Example


Text Example

White with #400510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400510; }

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

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

background-color css

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

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

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

border-color css

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

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

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