Html Css Color HEX #40000C Rustic Red

📋 copy color: '#40000C'

red 64 ◦ green 0 ◦ blue 12

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

Shades of Rustic Red #40000C

Tints of Rustic Red #40000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 15.79%

R = 84.21%
G = 0%
B = 15.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#40000C (or 0x40000C) is known color: Rustic Red. HEX triplet: 40, 00 and 0C. RGB value is (64,0,12). Sum of RGB (Red+Green+Blue) = 64+0+12=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #40000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40000C is #BFFFF3. Grayscale: #141414. Windows color (decimal): -12582900 or 786496. OLE color: 786496.

HSL color Cylindrical-coordinate representation of color #40000C: hue angle of 348.75º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40000C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 0 12 -
CMYK 0 1 0.81 0.75
HSL 348.75º 1% 0.13% -
HSV(B) 348.75º 1% 0.25% -
XYZ 2.18 1.12 0.45 -
YUV 20.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 64 0 12 0 1 0.81 0.75 348.75 1 0.13
Hex 40 0 C 0 64 51 4B 15D 64 D
Octal 100 0 14 0 144 121 113 535 144 15
Binary 1000000 0 1100 0 1100100 1010001 1001011 101011101 1100100 1101

Color Harmonies of #40000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40000C

Black with #40000C

Text Example


Text Example

White with #40000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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