Html Css Color HEX #40020D Rustic Red

📋 copy color: '#40020D'

red 64 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #40020D

Tints of Rustic Red #40020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.53%

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

R = 81.01%
G = 2.53%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#40020D (or 0x40020D) is known color: Rustic Red. HEX triplet: 40, 02 and 0D. RGB value is (64,2,13). Sum of RGB (Red+Green+Blue) = 64+2+13=79 (10% of max value = 765). Red value is 64 (25.39% from 255 or 81.01% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 64 - color contains mainly: red. Hex color #40020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40020D is #BFFDF2. Grayscale: #151515. Windows color (decimal): -12582387 or 852544. OLE color: 852544.

HSL color Cylindrical-coordinate representation of color #40020D: hue angle of 349.35º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40020D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 2 13 -
CMYK 0 0.97 0.80 0.75
HSL 349.35º 0.94% 0.13% -
HSV(B) 349.35º 0.97% 0.25% -
XYZ 2.21 1.16 0.49 -
YUV 21.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 64 2 13 0 0.97 0.80 0.75 349.35 0.94 0.13
Hex 40 2 D 0 61 50 4B 15D 5E D
Octal 100 2 15 0 141 120 113 535 136 15
Binary 1000000 10 1101 0 1100001 1010000 1001011 101011101 1011110 1101

Color Harmonies of #40020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40020D

Black with #40020D

Text Example


Text Example

White with #40020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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