Html Css Color HEX #290007 Rustic Red

📋 copy color: '#290007'

red 41 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #290007

Tints of Rustic Red #290007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 14.58%

R = 85.42%
G = 0%
B = 14.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.84

RGB Variations

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

Color information

#290007 (or 0x290007) is known color: Rustic Red. HEX triplet: 29, 00 and 07. RGB value is (41,0,7). Sum of RGB (Red+Green+Blue) = 41+0+7=48 (6% of max value = 765). Red value is 41 (16.41% from 255 or 85.42% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 41 - color contains mainly: red. Hex color #290007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290007 is #D6FFF8. Grayscale: #0D0D0D. Windows color (decimal): -14090233 or 458793. OLE color: 458793.

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

Color convert

RGB 41 0 7 -
CMYK 0 1 0.83 0.84
HSL 349.76º 1% 0.08% -
HSV(B) 349.76º 1% 0.16% -
XYZ 0.95 0.49 0.24 -
YUV 13.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 41 0 7 0 1 0.83 0.84 349.76 1 0.08
Hex 29 0 7 0 64 53 54 15E 64 8
Octal 51 0 7 0 144 123 124 536 144 10
Binary 101001 0 111 0 1100100 1010011 1010100 101011110 1100100 1000

Color Harmonies of #290007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290007

Black with #290007

Text Example


Text Example

White with #290007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290007; }

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

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

background-color css

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

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

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

border-color css

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

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

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