Html Css Color HEX #290213 Rustic Red

📋 copy color: '#290213'

red 41 ◦ green 2 ◦ blue 19

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

Shades of Rustic Red #290213

Tints of Rustic Red #290213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 30.65%

R = 66.13%
G = 3.23%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290213 (or 0x290213) is known color: Rustic Red. HEX triplet: 29, 02 and 13. RGB value is (41,2,19). Sum of RGB (Red+Green+Blue) = 41+2+19=62 (8% of max value = 765). Red value is 41 (16.41% from 255 or 66.13% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 41 - color contains mainly: red. Hex color #290213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290213 is #D6FDEC. Grayscale: #0F0F0F. Windows color (decimal): -14089709 or 1245737. OLE color: 1245737.

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

Color convert

RGB 41 2 19 -
CMYK 0 0.95 0.54 0.84
HSL 333.85º 0.91% 0.08% -
HSV(B) 333.85º 0.95% 0.16% -
XYZ 1.05 0.56 0.67 -
YUV 15.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 41 2 19 0 0.95 0.54 0.84 333.85 0.91 0.08
Hex 29 2 13 0 5F 36 54 14E 5B 8
Octal 51 2 23 0 137 66 124 516 133 10
Binary 101001 10 10011 0 1011111 110110 1010100 101001110 1011011 1000

Color Harmonies of #290213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290213

Black with #290213

Text Example


Text Example

White with #290213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290213; }

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

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

background-color css

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

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

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

border-color css

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

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

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