Html Css Color HEX #400315 Rustic Red

📋 copy color: '#400315'

red 64 ◦ green 3 ◦ blue 21

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

Shades of Rustic Red #400315

Tints of Rustic Red #400315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.86%

R = 72.73%
G = 3.41%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#400315 (or 0x400315) is known color: Rustic Red. HEX triplet: 40, 03 and 15. RGB value is (64,3,21). Sum of RGB (Red+Green+Blue) = 64+3+21=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400315 is #BFFCEA. Grayscale: #171717. Windows color (decimal): -12582123 or 1377088. OLE color: 1377088.

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

Color convert

RGB 64 3 21 -
CMYK 0 0.95 0.67 0.75
HSL 342.3º 0.91% 0.13% -
HSV(B) 342.3º 0.95% 0.25% -
XYZ 2.28 1.21 0.82 -
YUV 23.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 64 3 21 0 0.95 0.67 0.75 342.3 0.91 0.13
Hex 40 3 15 0 5F 43 4B 156 5B D
Octal 100 3 25 0 137 103 113 526 133 15
Binary 1000000 11 10101 0 1011111 1000011 1001011 101010110 1011011 1101

Color Harmonies of #400315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400315

Black with #400315

Text Example


Text Example

White with #400315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400315; }

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

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

background-color css

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

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

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

border-color css

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

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

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