Html Css Color HEX #400C10 Rustic Red

📋 copy color: '#400C10'

red 64 ◦ green 12 ◦ blue 16

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

Shades of Rustic Red #400C10

Tints of Rustic Red #400C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.39%

R = 69.57%
G = 13.04%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#400C10 (or 0x400C10) is known color: Rustic Red. HEX triplet: 40, 0C and 10. RGB value is (64,12,16). Sum of RGB (Red+Green+Blue) = 64+12+16=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #400C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C10 is #BFF3EF. Grayscale: #1C1C1C. Windows color (decimal): -12579824 or 1051712. OLE color: 1051712.

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

Color convert

RGB 64 12 16 -
CMYK 0 0.81 0.75 0.75
HSL 355.38º 0.68% 0.15% -
HSV(B) 355.38º 0.81% 0.25% -
XYZ 2.34 1.39 0.64 -
YUV 28 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 64 12 16 0 0.81 0.75 0.75 355.38 0.68 0.15
Hex 40 C 10 0 51 4B 4B 163 44 F
Octal 100 14 20 0 121 113 113 543 104 17
Binary 1000000 1100 10000 0 1010001 1001011 1001011 101100011 1000100 1111

Color Harmonies of #400C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C10

Black with #400C10

Text Example


Text Example

White with #400C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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