Html Css Color HEX #290206 Rustic Red

📋 copy color: '#290206'

red 41 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #290206

Tints of Rustic Red #290206

RGB

 RED value IS 41 (16.41% from 255) = 83.67%

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

 BLUE value IS 6 (2.73% from 255) = 12.24%

R = 83.67%
G = 4.08%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.84

RGB Variations

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

Color information

#290206 (or 0x290206) is known color: Rustic Red. HEX triplet: 29, 02 and 06. RGB value is (41,2,6). Sum of RGB (Red+Green+Blue) = 41+2+6=49 (6% of max value = 765). Red value is 41 (16.41% from 255 or 83.67% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 41 - color contains mainly: red. Hex color #290206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290206 is #D6FDF9. Grayscale: #0E0E0E. Windows color (decimal): -14089722 or 393769. OLE color: 393769.

HSL color Cylindrical-coordinate representation of color #290206: hue angle of 353.85º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290206 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 2 6 -
CMYK 0 0.95 0.85 0.84
HSL 353.85º 0.91% 0.08% -
HSV(B) 353.85º 0.95% 0.16% -
XYZ 0.97 0.53 0.22 -
YUV 14.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 41 2 6 0 0.95 0.85 0.84 353.85 0.91 0.08
Hex 29 2 6 0 5F 55 54 162 5B 8
Octal 51 2 6 0 137 125 124 542 133 10
Binary 101001 10 110 0 1011111 1010101 1010100 101100010 1011011 1000

Color Harmonies of #290206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290206

Black with #290206

Text Example


Text Example

White with #290206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290206; }

 p { color: rgb(41,2,6); }

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

background-color css

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

 a { background-color: rgb(41,2,6); }

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

border-color css

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

 span { border-color: rgb(41,2,6); }

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