Html Css Color HEX #400616 Rustic Red

📋 copy color: '#400616'

red 64 ◦ green 6 ◦ blue 22

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

Shades of Rustic Red #400616

Tints of Rustic Red #400616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.91%

R = 69.57%
G = 6.52%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#400616 (or 0x400616) is known color: Rustic Red. HEX triplet: 40, 06 and 16. RGB value is (64,6,22). Sum of RGB (Red+Green+Blue) = 64+6+22=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #400616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400616 is #BFF9E9. Grayscale: #191919. Windows color (decimal): -12581354 or 1443392. OLE color: 1443392.

HSL color Cylindrical-coordinate representation of color #400616: hue angle of 343.45º 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 #400616 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 6 22 -
CMYK 0 0.91 0.66 0.75
HSL 343.45º 0.83% 0.14% -
HSV(B) 343.45º 0.91% 0.25% -
XYZ 2.32 1.28 0.88 -
YUV 25.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 64 6 22 0 0.91 0.66 0.75 343.45 0.83 0.14
Hex 40 6 16 0 5B 42 4B 157 53 E
Octal 100 6 26 0 133 102 113 527 123 16
Binary 1000000 110 10110 0 1011011 1000010 1001011 101010111 1010011 1110

Color Harmonies of #400616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400616

Black with #400616

Text Example


Text Example

White with #400616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400616; }

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

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

background-color css

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

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

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

border-color css

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

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

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