Html Css Color HEX #29010C Rustic Red

📋 copy color: '#29010C'

red 41 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #29010C

Tints of Rustic Red #29010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 22.22%

R = 75.93%
G = 1.85%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#29010C (or 0x29010C) is known color: Rustic Red. HEX triplet: 29, 01 and 0C. RGB value is (41,1,12). Sum of RGB (Red+Green+Blue) = 41+1+12=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #29010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29010C is #D6FEF3. Grayscale: #0E0E0E. Windows color (decimal): -14089972 or 786729. OLE color: 786729.

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

Color convert

RGB 41 1 12 -
CMYK 0 0.98 0.71 0.84
HSL 343.5º 0.95% 0.08% -
HSV(B) 343.5º 0.98% 0.16% -
XYZ 0.99 0.52 0.4 -
YUV 14.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 41 1 12 0 0.98 0.71 0.84 343.5 0.95 0.08
Hex 29 1 C 0 62 47 54 158 5F 8
Octal 51 1 14 0 142 107 124 530 137 10
Binary 101001 1 1100 0 1100010 1000111 1010100 101011000 1011111 1000

Color Harmonies of #29010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29010C

Black with #29010C

Text Example


Text Example

White with #29010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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