Html Css Color HEX #440113 Rustic Red

📋 copy color: '#440113'

red 68 ◦ green 1 ◦ blue 19

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

Shades of Rustic Red #440113

Tints of Rustic Red #440113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.59%

R = 77.27%
G = 1.14%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#440113 (or 0x440113) is known color: Rustic Red. HEX triplet: 44, 01 and 13. RGB value is (68,1,19). Sum of RGB (Red+Green+Blue) = 68+1+19=88 (11% of max value = 765). Red value is 68 (26.95% from 255 or 77.27% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 68 - color contains mainly: red. Hex color #440113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440113 is #BBFEEC. Grayscale: #171717. Windows color (decimal): -12320493 or 1245508. OLE color: 1245508.

HSL color Cylindrical-coordinate representation of color #440113: hue angle of 343.88º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440113 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 1 19 -
CMYK 0 0.99 0.72 0.73
HSL 343.88º 0.97% 0.14% -
HSV(B) 343.88º 0.99% 0.27% -
XYZ 2.51 1.3 0.73 -
YUV 23.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 68 1 19 0 0.99 0.72 0.73 343.88 0.97 0.14
Hex 44 1 13 0 63 48 49 158 61 E
Octal 104 1 23 0 143 110 111 530 141 16
Binary 1000100 1 10011 0 1100011 1001000 1001001 101011000 1100001 1110

Color Harmonies of #440113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440113

Black with #440113

Text Example


Text Example

White with #440113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440113; }

 p { color: rgb(68,1,19); }

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

background-color css

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

 a { background-color: rgb(68,1,19); }

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

border-color css

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

 span { border-color: rgb(68,1,19); }

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