Html Css Color HEX #290205 Rustic Red

📋 copy color: '#290205'

red 41 ◦ green 2 ◦ blue 5

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

Shades of Rustic Red #290205

Tints of Rustic Red #290205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 10.42%

R = 85.42%
G = 4.17%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#290205 (or 0x290205) is known color: Rustic Red. HEX triplet: 29, 02 and 05. RGB value is (41,2,5). Sum of RGB (Red+Green+Blue) = 41+2+5=48 (6% of max value = 765). Red value is 41 (16.41% from 255 or 85.42% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 41 - color contains mainly: red. Hex color #290205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290205 is #D6FDFA. Grayscale: #0E0E0E. Windows color (decimal): -14089723 or 328233. OLE color: 328233.

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

Color convert

RGB 41 2 5 -
CMYK 0 0.95 0.88 0.84
HSL 355.38º 0.91% 0.08% -
HSV(B) 355.38º 0.95% 0.16% -
XYZ 0.96 0.53 0.19 -
YUV 14 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 41 2 5 0 0.95 0.88 0.84 355.38 0.91 0.08
Hex 29 2 5 0 5F 58 54 163 5B 8
Octal 51 2 5 0 137 130 124 543 133 10
Binary 101001 10 101 0 1011111 1011000 1010100 101100011 1011011 1000

Color Harmonies of #290205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290205

Black with #290205

Text Example


Text Example

White with #290205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290205; }

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

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

background-color css

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

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

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

border-color css

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

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

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