Html Css Color HEX #290309 Rustic Red

📋 copy color: '#290309'

red 41 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #290309

Tints of Rustic Red #290309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.66%

 BLUE value IS 9 (3.91% from 255) = 16.98%

R = 77.36%
G = 5.66%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#290309 (or 0x290309) is known color: Rustic Red. HEX triplet: 29, 03 and 09. RGB value is (41,3,9). Sum of RGB (Red+Green+Blue) = 41+3+9=53 (7% of max value = 765). Red value is 41 (16.41% from 255 or 77.36% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 41 - color contains mainly: red. Hex color #290309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290309 is #D6FCF6. Grayscale: #0F0F0F. Windows color (decimal): -14089463 or 590633. OLE color: 590633.

HSL color Cylindrical-coordinate representation of color #290309: hue angle of 350.53º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290309 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 3 9 -
CMYK 0 0.93 0.78 0.84
HSL 350.53º 0.86% 0.09% -
HSV(B) 350.53º 0.93% 0.16% -
XYZ 1 0.56 0.31 -
YUV 15.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 41 3 9 0 0.93 0.78 0.84 350.53 0.86 0.09
Hex 29 3 9 0 5D 4E 54 15F 56 9
Octal 51 3 11 0 135 116 124 537 126 11
Binary 101001 11 1001 0 1011101 1001110 1010100 101011111 1010110 1001

Color Harmonies of #290309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290309

Black with #290309

Text Example


Text Example

White with #290309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290309; }

 p { color: rgb(41,3,9); }

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

background-color css

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

 a { background-color: rgb(41,3,9); }

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

border-color css

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

 span { border-color: rgb(41,3,9); }

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