Html Css Color HEX #400319 Rustic Red

📋 copy color: '#400319'

red 64 ◦ green 3 ◦ blue 25

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

Shades of Rustic Red #400319

Tints of Rustic Red #400319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.26%

 BLUE value IS 25 (10.16% from 255) = 27.17%

R = 69.57%
G = 3.26%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#400319 (or 0x400319) is known color: Rustic Red. HEX triplet: 40, 03 and 19. RGB value is (64,3,25). Sum of RGB (Red+Green+Blue) = 64+3+25=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #400319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400319 is #BFFCE6. Grayscale: #171717. Windows color (decimal): -12582119 or 1639232. OLE color: 1639232.

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

Color convert

RGB 64 3 25 -
CMYK 0 0.95 0.61 0.75
HSL 338.36º 0.91% 0.13% -
HSV(B) 338.36º 0.95% 0.25% -
XYZ 2.32 1.23 1.03 -
YUV 23.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 64 3 25 0 0.95 0.61 0.75 338.36 0.91 0.13
Hex 40 3 19 0 5F 3D 4B 152 5B D
Octal 100 3 31 0 137 75 113 522 133 15
Binary 1000000 11 11001 0 1011111 111101 1001011 101010010 1011011 1101

Color Harmonies of #400319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400319

Black with #400319

Text Example


Text Example

White with #400319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400319; }

 p { color: rgb(64,3,25); }

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

background-color css

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

 a { background-color: rgb(64,3,25); }

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

border-color css

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

 span { border-color: rgb(64,3,25); }

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