Html Css Color HEX #290207 Rustic Red

📋 copy color: '#290207'

red 41 ◦ green 2 ◦ blue 7

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

Shades of Rustic Red #290207

Tints of Rustic Red #290207

RGB

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

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

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

R = 82%
G = 4%
B = 14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.84

RGB Variations

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

Color information

#290207 (or 0x290207) is known color: Rustic Red. HEX triplet: 29, 02 and 07. RGB value is (41,2,7). Sum of RGB (Red+Green+Blue) = 41+2+7=50 (6% of max value = 765). Red value is 41 (16.41% from 255 or 82% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 41 - color contains mainly: red. Hex color #290207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290207 is #D6FDF8. Grayscale: #0E0E0E. Windows color (decimal): -14089721 or 459305. OLE color: 459305.

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

Color convert

RGB 41 2 7 -
CMYK 0 0.95 0.83 0.84
HSL 352.31º 0.91% 0.08% -
HSV(B) 352.31º 0.95% 0.16% -
XYZ 0.97 0.53 0.25 -
YUV 14.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 41 2 7 0 0.95 0.83 0.84 352.31 0.91 0.08
Hex 29 2 7 0 5F 53 54 160 5B 8
Octal 51 2 7 0 137 123 124 540 133 10
Binary 101001 10 111 0 1011111 1010011 1010100 101100000 1011011 1000

Color Harmonies of #290207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290207

Black with #290207

Text Example


Text Example

White with #290207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290207; }

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

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

background-color css

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

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

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

border-color css

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

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

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