Html Css Color HEX #400C0F Rustic Red

📋 copy color: '#400C0F'

red 64 ◦ green 12 ◦ blue 15

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

Shades of Rustic Red #400C0F

Tints of Rustic Red #400C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.19%

 BLUE value IS 15 (6.25% from 255) = 16.48%

R = 70.33%
G = 13.19%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#400C0F (or 0x400C0F) is known color: Rustic Red. HEX triplet: 40, 0C and 0F. RGB value is (64,12,15). Sum of RGB (Red+Green+Blue) = 64+12+15=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C0F is #BFF3F0. Grayscale: #1B1B1B. Windows color (decimal): -12579825 or 986176. OLE color: 986176.

HSL color Cylindrical-coordinate representation of color #400C0F: hue angle of 356.54º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C0F is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 12 15 -
CMYK 0 0.81 0.77 0.75
HSL 356.54º 0.68% 0.15% -
HSV(B) 356.54º 0.81% 0.25% -
XYZ 2.33 1.39 0.6 -
YUV 27.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 64 12 15 0 0.81 0.77 0.75 356.54 0.68 0.15
Hex 40 C F 0 51 4D 4B 165 44 F
Octal 100 14 17 0 121 115 113 545 104 17
Binary 1000000 1100 1111 0 1010001 1001101 1001011 101100101 1000100 1111

Color Harmonies of #400C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C0F

Black with #400C0F

Text Example


Text Example

White with #400C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400C0F; }

 p { color: rgb(64,12,15); }

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

background-color css

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

 a { background-color: rgb(64,12,15); }

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

border-color css

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

 span { border-color: rgb(64,12,15); }

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