Html Css Color HEX #290107 Rustic Red

📋 copy color: '#290107'

red 41 ◦ green 1 ◦ blue 7

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

Shades of Rustic Red #290107

Tints of Rustic Red #290107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.04%

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

R = 83.67%
G = 2.04%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.84

RGB Variations

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

Color information

#290107 (or 0x290107) is known color: Rustic Red. HEX triplet: 29, 01 and 07. RGB value is (41,1,7). Sum of RGB (Red+Green+Blue) = 41+1+7=49 (6% of max value = 765). Red value is 41 (16.41% from 255 or 83.67% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 41 - color contains mainly: red. Hex color #290107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290107 is #D6FEF8. Grayscale: #0D0D0D. Windows color (decimal): -14089977 or 459049. OLE color: 459049.

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

Color convert

RGB 41 1 7 -
CMYK 0 0.98 0.83 0.84
HSL 351º 0.95% 0.08% -
HSV(B) 351º 0.98% 0.16% -
XYZ 0.96 0.51 0.25 -
YUV 13.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 41 1 7 0 0.98 0.83 0.84 351 0.95 0.08
Hex 29 1 7 0 62 53 54 15F 5F 8
Octal 51 1 7 0 142 123 124 537 137 10
Binary 101001 1 111 0 1100010 1010011 1010100 101011111 1011111 1000

Color Harmonies of #290107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290107

Black with #290107

Text Example


Text Example

White with #290107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290107; }

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

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

background-color css

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

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

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

border-color css

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

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

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