Html Css Color HEX #440D10 Rustic Red

📋 copy color: '#440D10'

red 68 ◦ green 13 ◦ blue 16

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

Shades of Rustic Red #440D10

Tints of Rustic Red #440D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.4%

 BLUE value IS 16 (6.64% from 255) = 16.49%

R = 70.1%
G = 13.4%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#440D10 (or 0x440D10) is known color: Rustic Red. HEX triplet: 44, 0D and 10. RGB value is (68,13,16). Sum of RGB (Red+Green+Blue) = 68+13+16=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #440D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440D10 is #BBF2EF. Grayscale: #1D1D1D. Windows color (decimal): -12317424 or 1051972. OLE color: 1051972.

HSL color Cylindrical-coordinate representation of color #440D10: hue angle of 356.73º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D10 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 13 16 -
CMYK 0 0.81 0.76 0.73
HSL 356.73º 0.68% 0.16% -
HSV(B) 356.73º 0.81% 0.27% -
XYZ 2.62 1.55 0.65 -
YUV 29.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 68 13 16 0 0.81 0.76 0.73 356.73 0.68 0.16
Hex 44 D 10 0 51 4C 49 165 44 10
Octal 104 15 20 0 121 114 111 545 104 20
Binary 1000100 1101 10000 0 1010001 1001100 1001001 101100101 1000100 10000

Color Harmonies of #440D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D10

Black with #440D10

Text Example


Text Example

White with #440D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440D10; }

 p { color: rgb(68,13,16); }

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

background-color css

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

 a { background-color: rgb(68,13,16); }

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

border-color css

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

 span { border-color: rgb(68,13,16); }

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