Html Css Color HEX #290012 Rustic Red

📋 copy color: '#290012'

red 41 ◦ green 0 ◦ blue 18

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

Shades of Rustic Red #290012

Tints of Rustic Red #290012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.49%
G = 0%
B = 30.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#290012 (or 0x290012) is known color: Rustic Red. HEX triplet: 29, 00 and 12. RGB value is (41,0,18). Sum of RGB (Red+Green+Blue) = 41+0+18=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #290012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290012 is #D6FFED. Grayscale: #0E0E0E. Windows color (decimal): -14090222 or 1179689. OLE color: 1179689.

HSL color Cylindrical-coordinate representation of color #290012: hue angle of 333.66º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290012 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 0 18 -
CMYK 0 1 0.56 0.84
HSL 333.66º 1% 0.08% -
HSV(B) 333.66º 1% 0.16% -
XYZ 1.02 0.52 0.62 -
YUV 14.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 41 0 18 0 1 0.56 0.84 333.66 1 0.08
Hex 29 0 12 0 64 38 54 14E 64 8
Octal 51 0 22 0 144 70 124 516 144 10
Binary 101001 0 10010 0 1100100 111000 1010100 101001110 1100100 1000

Color Harmonies of #290012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290012

Black with #290012

Text Example


Text Example

White with #290012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290012; }

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

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

background-color css

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

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

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

border-color css

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

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

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