Html Css Color HEX #40020F Rustic Red

📋 copy color: '#40020F'

red 64 ◦ green 2 ◦ blue 15

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

Shades of Rustic Red #40020F

Tints of Rustic Red #40020F

RGB

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

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

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

R = 79.01%
G = 2.47%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40020F (or 0x40020F) is known color: Rustic Red. HEX triplet: 40, 02 and 0F. RGB value is (64,2,15). Sum of RGB (Red+Green+Blue) = 64+2+15=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #40020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40020F is #BFFDF0. Grayscale: #161616. Windows color (decimal): -12582385 or 983616. OLE color: 983616.

HSL color Cylindrical-coordinate representation of color #40020F: hue angle of 347.42º 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 #40020F is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 2 15 -
CMYK 0 0.97 0.77 0.75
HSL 347.42º 0.94% 0.13% -
HSV(B) 347.42º 0.97% 0.25% -
XYZ 2.22 1.17 0.56 -
YUV 22.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 64 2 15 0 0.97 0.77 0.75 347.42 0.94 0.13
Hex 40 2 F 0 61 4D 4B 15B 5E D
Octal 100 2 17 0 141 115 113 533 136 15
Binary 1000000 10 1111 0 1100001 1001101 1001011 101011011 1011110 1101

Color Harmonies of #40020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40020F

Black with #40020F

Text Example


Text Example

White with #40020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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