Html Css Color HEX #29010F Rustic Red

📋 copy color: '#29010F'

red 41 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #29010F

Tints of Rustic Red #29010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 26.32%

R = 71.93%
G = 1.75%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#29010F (or 0x29010F) is known color: Rustic Red. HEX triplet: 29, 01 and 0F. RGB value is (41,1,15). Sum of RGB (Red+Green+Blue) = 41+1+15=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #29010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29010F is #D6FEF0. Grayscale: #0E0E0E. Windows color (decimal): -14089969 or 983337. OLE color: 983337.

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

Color convert

RGB 41 1 15 -
CMYK 0 0.98 0.63 0.84
HSL 339º 0.95% 0.08% -
HSV(B) 339º 0.98% 0.16% -
XYZ 1.01 0.53 0.5 -
YUV 14.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 41 1 15 0 0.98 0.63 0.84 339 0.95 0.08
Hex 29 1 F 0 62 3F 54 153 5F 8
Octal 51 1 17 0 142 77 124 523 137 10
Binary 101001 1 1111 0 1100010 111111 1010100 101010011 1011111 1000

Color Harmonies of #29010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29010F

Black with #29010F

Text Example


Text Example

White with #29010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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