Html Css Color HEX #40020A Rustic Red

📋 copy color: '#40020A'

red 64 ◦ green 2 ◦ blue 10

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

Shades of Rustic Red #40020A

Tints of Rustic Red #40020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.16%

R = 84.21%
G = 2.63%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40020A (or 0x40020A) is known color: Rustic Red. HEX triplet: 40, 02 and 0A. RGB value is (64,2,10). Sum of RGB (Red+Green+Blue) = 64+2+10=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #40020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40020A is #BFFDF5. Grayscale: #151515. Windows color (decimal): -12582390 or 655936. OLE color: 655936.

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

Color convert

RGB 64 2 10 -
CMYK 0 0.97 0.84 0.75
HSL 352.26º 0.94% 0.13% -
HSV(B) 352.26º 0.97% 0.25% -
XYZ 2.19 1.16 0.39 -
YUV 21.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 64 2 10 0 0.97 0.84 0.75 352.26 0.94 0.13
Hex 40 2 A 0 61 54 4B 160 5E D
Octal 100 2 12 0 141 124 113 540 136 15
Binary 1000000 10 1010 0 1100001 1010100 1001011 101100000 1011110 1101

Color Harmonies of #40020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40020A

Black with #40020A

Text Example


Text Example

White with #40020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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