Html Css Color HEX #400104 Rustic Red

📋 copy color: '#400104'

red 64 ◦ green 1 ◦ blue 4

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

Shades of Rustic Red #400104

Tints of Rustic Red #400104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.45%

 BLUE value IS 4 (1.95% from 255) = 5.8%

R = 92.75%
G = 1.45%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#400104 (or 0x400104) is known color: Rustic Red. HEX triplet: 40, 01 and 04. RGB value is (64,1,4). Sum of RGB (Red+Green+Blue) = 64+1+4=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400104 is #BFFEFB. Grayscale: #141414. Windows color (decimal): -12582652 or 262464. OLE color: 262464.

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

Color convert

RGB 64 1 4 -
CMYK 0 0.98 0.94 0.75
HSL 357.14º 0.97% 0.13% -
HSV(B) 357.14º 0.98% 0.25% -
XYZ 2.15 1.12 0.22 -
YUV 20.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 64 1 4 0 0.98 0.94 0.75 357.14 0.97 0.13
Hex 40 1 4 0 62 5E 4B 165 61 D
Octal 100 1 4 0 142 136 113 545 141 15
Binary 1000000 1 100 0 1100010 1011110 1001011 101100101 1100001 1101

Color Harmonies of #400104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400104

Black with #400104

Text Example


Text Example

White with #400104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400104; }

 p { color: rgb(64,1,4); }

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

background-color css

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

 a { background-color: rgb(64,1,4); }

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

border-color css

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

 span { border-color: rgb(64,1,4); }

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