Html Css Color HEX #290001 Rustic Red

📋 copy color: '#290001'

red 41 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #290001

Tints of Rustic Red #290001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.38%

R = 97.62%
G = 0%
B = 2.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#290001 (or 0x290001) is known color: Rustic Red. HEX triplet: 29, 00 and 01. RGB value is (41,0,1). Sum of RGB (Red+Green+Blue) = 41+0+1=42 (5% of max value = 765). Red value is 41 (16.41% from 255 or 97.62% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 41 - color contains mainly: red. Hex color #290001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290001 is #D6FFFE. Grayscale: #0C0C0C. Windows color (decimal): -14090239 or 65577. OLE color: 65577.

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

Color convert

RGB 41 0 1 -
CMYK 0 1 0.98 0.84
HSL 358.54º 1% 0.08% -
HSV(B) 358.54º 1% 0.16% -
XYZ 0.92 0.47 0.07 -
YUV 12.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 41 0 1 0 1 0.98 0.84 358.54 1 0.08
Hex 29 0 1 0 64 62 54 167 64 8
Octal 51 0 1 0 144 142 124 547 144 10
Binary 101001 0 1 0 1100100 1100010 1010100 101100111 1100100 1000

Color Harmonies of #290001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290001

Black with #290001

Text Example


Text Example

White with #290001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290001; }

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

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

background-color css

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

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

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

border-color css

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

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

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