Html Css Color HEX #400313 Rustic Red

📋 copy color: '#400313'

red 64 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #400313

Tints of Rustic Red #400313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.09%

R = 74.42%
G = 3.49%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#400313 (or 0x400313) is known color: Rustic Red. HEX triplet: 40, 03 and 13. RGB value is (64,3,19). Sum of RGB (Red+Green+Blue) = 64+3+19=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400313 is #BFFCEC. Grayscale: #171717. Windows color (decimal): -12582125 or 1246016. OLE color: 1246016.

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

Color convert

RGB 64 3 19 -
CMYK 0 0.95 0.70 0.75
HSL 344.26º 0.91% 0.13% -
HSV(B) 344.26º 0.95% 0.25% -
XYZ 2.26 1.2 0.73 -
YUV 23.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 64 3 19 0 0.95 0.70 0.75 344.26 0.91 0.13
Hex 40 3 13 0 5F 46 4B 158 5B D
Octal 100 3 23 0 137 106 113 530 133 15
Binary 1000000 11 10011 0 1011111 1000110 1001011 101011000 1011011 1101

Color Harmonies of #400313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400313

Black with #400313

Text Example


Text Example

White with #400313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400313; }

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

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

background-color css

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

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

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

border-color css

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

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

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