Html Css Color HEX #290204 Rustic Red

📋 copy color: '#290204'

red 41 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #290204

Tints of Rustic Red #290204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 8.51%

R = 87.23%
G = 4.26%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#290204 (or 0x290204) is known color: Rustic Red. HEX triplet: 29, 02 and 04. RGB value is (41,2,4). Sum of RGB (Red+Green+Blue) = 41+2+4=47 (6% of max value = 765). Red value is 41 (16.41% from 255 or 87.23% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 41 - color contains mainly: red. Hex color #290204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290204 is #D6FDFB. Grayscale: #0D0D0D. Windows color (decimal): -14089724 or 262697. OLE color: 262697.

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

Color convert

RGB 41 2 4 -
CMYK 0 0.95 0.90 0.84
HSL 356.92º 0.91% 0.08% -
HSV(B) 356.92º 0.95% 0.16% -
XYZ 0.96 0.52 0.17 -
YUV 13.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 41 2 4 0 0.95 0.90 0.84 356.92 0.91 0.08
Hex 29 2 4 0 5F 5A 54 165 5B 8
Octal 51 2 4 0 137 132 124 545 133 10
Binary 101001 10 100 0 1011111 1011010 1010100 101100101 1011011 1000

Color Harmonies of #290204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290204

Black with #290204

Text Example


Text Example

White with #290204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290204; }

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

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

background-color css

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

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

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

border-color css

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

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

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