Html Css Color HEX #40020B Rustic Red

📋 copy color: '#40020B'

red 64 ◦ green 2 ◦ blue 11

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

Shades of Rustic Red #40020B

Tints of Rustic Red #40020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 14.29%

R = 83.12%
G = 2.6%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#40020B (or 0x40020B) is known color: Rustic Red. HEX triplet: 40, 02 and 0B. RGB value is (64,2,11). Sum of RGB (Red+Green+Blue) = 64+2+11=77 (10% of max value = 765). Red value is 64 (25.39% from 255 or 83.12% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 64 - color contains mainly: red. Hex color #40020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40020B is #BFFDF4. Grayscale: #151515. Windows color (decimal): -12582389 or 721472. OLE color: 721472.

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

Color convert

RGB 64 2 11 -
CMYK 0 0.97 0.83 0.75
HSL 351.29º 0.94% 0.13% -
HSV(B) 351.29º 0.97% 0.25% -
XYZ 2.2 1.16 0.42 -
YUV 21.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 64 2 11 0 0.97 0.83 0.75 351.29 0.94 0.13
Hex 40 2 B 0 61 53 4B 15F 5E D
Octal 100 2 13 0 141 123 113 537 136 15
Binary 1000000 10 1011 0 1100001 1010011 1001011 101011111 1011110 1101

Color Harmonies of #40020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40020B

Black with #40020B

Text Example


Text Example

White with #40020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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