Html Css Color HEX #290208 Rustic Red

📋 copy color: '#290208'

red 41 ◦ green 2 ◦ blue 8

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

Shades of Rustic Red #290208

Tints of Rustic Red #290208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 15.69%

R = 80.39%
G = 3.92%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#290208 (or 0x290208) is known color: Rustic Red. HEX triplet: 29, 02 and 08. RGB value is (41,2,8). Sum of RGB (Red+Green+Blue) = 41+2+8=51 (6% of max value = 765). Red value is 41 (16.41% from 255 or 80.39% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 41 - color contains mainly: red. Hex color #290208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290208 is #D6FDF7. Grayscale: #0E0E0E. Windows color (decimal): -14089720 or 524841. OLE color: 524841.

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

Color convert

RGB 41 2 8 -
CMYK 0 0.95 0.80 0.84
HSL 350.77º 0.91% 0.08% -
HSV(B) 350.77º 0.95% 0.16% -
XYZ 0.98 0.53 0.28 -
YUV 14.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 41 2 8 0 0.95 0.80 0.84 350.77 0.91 0.08
Hex 29 2 8 0 5F 50 54 15F 5B 8
Octal 51 2 10 0 137 120 124 537 133 10
Binary 101001 10 1000 0 1011111 1010000 1010100 101011111 1011011 1000

Color Harmonies of #290208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290208

Black with #290208

Text Example


Text Example

White with #290208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290208; }

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

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

background-color css

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

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

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

border-color css

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

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

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