Html Css Color HEX #290210 Rustic Red

📋 copy color: '#290210'

red 41 ◦ green 2 ◦ blue 16

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

Shades of Rustic Red #290210

Tints of Rustic Red #290210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 27.12%

R = 69.49%
G = 3.39%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.84

RGB Variations

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

Color information

#290210 (or 0x290210) is known color: Rustic Red. HEX triplet: 29, 02 and 10. RGB value is (41,2,16). Sum of RGB (Red+Green+Blue) = 41+2+16=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #290210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290210 is #D6FDEF. Grayscale: #0F0F0F. Windows color (decimal): -14089712 or 1049129. OLE color: 1049129.

HSL color Cylindrical-coordinate representation of color #290210: hue angle of 338.46º 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 #290210 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 2 16 -
CMYK 0 0.95 0.61 0.84
HSL 338.46º 0.91% 0.08% -
HSV(B) 338.46º 0.95% 0.16% -
XYZ 1.03 0.55 0.54 -
YUV 15.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 41 2 16 0 0.95 0.61 0.84 338.46 0.91 0.08
Hex 29 2 10 0 5F 3D 54 152 5B 8
Octal 51 2 20 0 137 75 124 522 133 10
Binary 101001 10 10000 0 1011111 111101 1010100 101010010 1011011 1000

Color Harmonies of #290210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290210

Black with #290210

Text Example


Text Example

White with #290210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290210; }

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

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

background-color css

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

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

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

border-color css

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

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

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