Html Css Color HEX #290305 Rustic Red

📋 copy color: '#290305'

red 41 ◦ green 3 ◦ blue 5

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

Shades of Rustic Red #290305

Tints of Rustic Red #290305

RGB

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

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

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

R = 83.67%
G = 6.12%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#290305 (or 0x290305) is known color: Rustic Red. HEX triplet: 29, 03 and 05. RGB value is (41,3,5). Sum of RGB (Red+Green+Blue) = 41+3+5=49 (6% of max value = 765). Red value is 41 (16.41% from 255 or 83.67% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 41 - color contains mainly: red. Hex color #290305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290305 is #D6FCFA. Grayscale: #0E0E0E. Windows color (decimal): -14089467 or 328489. OLE color: 328489.

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

Color convert

RGB 41 3 5 -
CMYK 0 0.93 0.88 0.84
HSL 356.84º 0.86% 0.09% -
HSV(B) 356.84º 0.93% 0.16% -
XYZ 0.97 0.55 0.2 -
YUV 14.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 41 3 5 0 0.93 0.88 0.84 356.84 0.86 0.09
Hex 29 3 5 0 5D 58 54 165 56 9
Octal 51 3 5 0 135 130 124 545 126 11
Binary 101001 11 101 0 1011101 1011000 1010100 101100101 1010110 1001

Color Harmonies of #290305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290305

Black with #290305

Text Example


Text Example

White with #290305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290305; }

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

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

background-color css

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

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

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

border-color css

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

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

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