Html Css Color HEX #440004 Rustic Red

📋 copy color: '#440004'

red 68 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #440004

Tints of Rustic Red #440004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 5.56%

R = 94.44%
G = 0%
B = 5.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#440004 (or 0x440004) is known color: Rustic Red. HEX triplet: 44, 00 and 04. RGB value is (68,0,4). Sum of RGB (Red+Green+Blue) = 68+0+4=72 (9% of max value = 765). Red value is 68 (26.95% from 255 or 94.44% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 68 - color contains mainly: red. Hex color #440004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440004 is #BBFFFB. Grayscale: #141414. Windows color (decimal): -12320764 or 262212. OLE color: 262212.

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

Color convert

RGB 68 0 4 -
CMYK 0 1 0.94 0.73
HSL 356.47º 1% 0.13% -
HSV(B) 356.47º 1% 0.27% -
XYZ 2.41 1.24 0.23 -
YUV 20.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 68 0 4 0 1 0.94 0.73 356.47 1 0.13
Hex 44 0 4 0 64 5E 49 164 64 D
Octal 104 0 4 0 144 136 111 544 144 15
Binary 1000100 0 100 0 1100100 1011110 1001001 101100100 1100100 1101

Color Harmonies of #440004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440004

Black with #440004

Text Example


Text Example

White with #440004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440004; }

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

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

background-color css

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

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

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

border-color css

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

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

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