Html Css Color HEX #290212 Rustic Red

📋 copy color: '#290212'

red 41 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #290212

Tints of Rustic Red #290212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 29.51%

R = 67.21%
G = 3.28%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#290212 (or 0x290212) is known color: Rustic Red. HEX triplet: 29, 02 and 12. RGB value is (41,2,18). Sum of RGB (Red+Green+Blue) = 41+2+18=61 (8% of max value = 765). Red value is 41 (16.41% from 255 or 67.21% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 41 - color contains mainly: red. Hex color #290212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290212 is #D6FDED. Grayscale: #0F0F0F. Windows color (decimal): -14089710 or 1180201. OLE color: 1180201.

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

Color convert

RGB 41 2 18 -
CMYK 0 0.95 0.56 0.84
HSL 335.38º 0.91% 0.08% -
HSV(B) 335.38º 0.95% 0.16% -
XYZ 1.05 0.56 0.62 -
YUV 15.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 41 2 18 0 0.95 0.56 0.84 335.38 0.91 0.08
Hex 29 2 12 0 5F 38 54 14F 5B 8
Octal 51 2 22 0 137 70 124 517 133 10
Binary 101001 10 10010 0 1011111 111000 1010100 101001111 1011011 1000

Color Harmonies of #290212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290212

Black with #290212

Text Example


Text Example

White with #290212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290212; }

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

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

background-color css

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

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

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

border-color css

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

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

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