Html Css Color HEX #400312 Rustic Red

📋 copy color: '#400312'

red 64 ◦ green 3 ◦ blue 18

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

Shades of Rustic Red #400312

Tints of Rustic Red #400312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.18%

R = 75.29%
G = 3.53%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#400312 (or 0x400312) is known color: Rustic Red. HEX triplet: 40, 03 and 12. RGB value is (64,3,18). Sum of RGB (Red+Green+Blue) = 64+3+18=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #400312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400312 is #BFFCED. Grayscale: #161616. Windows color (decimal): -12582126 or 1180480. OLE color: 1180480.

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

Color convert

RGB 64 3 18 -
CMYK 0 0.95 0.72 0.75
HSL 345.25º 0.91% 0.13% -
HSV(B) 345.25º 0.95% 0.25% -
XYZ 2.26 1.2 0.68 -
YUV 22.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 64 3 18 0 0.95 0.72 0.75 345.25 0.91 0.13
Hex 40 3 12 0 5F 48 4B 159 5B D
Octal 100 3 22 0 137 110 113 531 133 15
Binary 1000000 11 10010 0 1011111 1001000 1001011 101011001 1011011 1101

Color Harmonies of #400312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400312

Black with #400312

Text Example


Text Example

White with #400312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400312; }

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

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

background-color css

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

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

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

border-color css

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

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

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