Html Css Color HEX #44040C Rustic Red

📋 copy color: '#44040C'

red 68 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #44040C

Tints of Rustic Red #44040C

RGB

 RED value IS 68 (26.95% from 255) = 80.95%

 GREEN value IS 4 (1.95% from 255) = 4.76%

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

R = 80.95%
G = 4.76%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#44040C (or 0x44040C) is known color: Rustic Red. HEX triplet: 44, 04 and 0C. RGB value is (68,4,12). Sum of RGB (Red+Green+Blue) = 68+4+12=84 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80.95% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 68 - color contains mainly: red. Hex color #44040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44040C is #BBFBF3. Grayscale: #181818. Windows color (decimal): -12319732 or 787524. OLE color: 787524.

HSL color Cylindrical-coordinate representation of color #44040C: hue angle of 352.5º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44040C is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 4 12 -
CMYK 0 0.94 0.82 0.73
HSL 352.5º 0.89% 0.14% -
HSV(B) 352.5º 0.94% 0.27% -
XYZ 2.49 1.34 0.48 -
YUV 24.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 68 4 12 0 0.94 0.82 0.73 352.5 0.89 0.14
Hex 44 4 C 0 5E 52 49 160 59 E
Octal 104 4 14 0 136 122 111 540 131 16
Binary 1000100 100 1100 0 1011110 1010010 1001001 101100000 1011001 1110

Color Harmonies of #44040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44040C

Black with #44040C

Text Example


Text Example

White with #44040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,4,12); }

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

background-color css

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

 a { background-color: rgb(68,4,12); }

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

border-color css

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

 span { border-color: rgb(68,4,12); }

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