Html Css Color HEX #40000D Rustic Red

📋 copy color: '#40000D'

red 64 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #40000D

Tints of Rustic Red #40000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.88%

R = 83.12%
G = 0%
B = 16.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#40000D (or 0x40000D) is known color: Rustic Red. HEX triplet: 40, 00 and 0D. RGB value is (64,0,13). Sum of RGB (Red+Green+Blue) = 64+0+13=77 (10% of max value = 765). Red value is 64 (25.39% from 255 or 83.12% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 64 - color contains mainly: red. Hex color #40000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40000D is #BFFFF2. Grayscale: #141414. Windows color (decimal): -12582899 or 852032. OLE color: 852032.

HSL color Cylindrical-coordinate representation of color #40000D: hue angle of 347.81º 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 #40000D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 0 13 -
CMYK 0 1 0.80 0.75
HSL 347.81º 1% 0.13% -
HSV(B) 347.81º 1% 0.25% -
XYZ 2.19 1.12 0.48 -
YUV 20.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 64 0 13 0 1 0.80 0.75 347.81 1 0.13
Hex 40 0 D 0 64 50 4B 15C 64 D
Octal 100 0 15 0 144 120 113 534 144 15
Binary 1000000 0 1101 0 1100100 1010000 1001011 101011100 1100100 1101

Color Harmonies of #40000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40000D

Black with #40000D

Text Example


Text Example

White with #40000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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