Html Css Color HEX #440510 Rustic Red

📋 copy color: '#440510'

red 68 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #440510

Tints of Rustic Red #440510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.62%

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

R = 76.4%
G = 5.62%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#440510 (or 0x440510) is known color: Rustic Red. HEX triplet: 44, 05 and 10. RGB value is (68,5,16). Sum of RGB (Red+Green+Blue) = 68+5+16=89 (11% of max value = 765). Red value is 68 (26.95% from 255 or 76.40% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 68 - color contains mainly: red. Hex color #440510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440510 is #BBFAEF. Grayscale: #191919. Windows color (decimal): -12319472 or 1049924. OLE color: 1049924.

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

Color convert

RGB 68 5 16 -
CMYK 0 0.93 0.76 0.73
HSL 349.52º 0.86% 0.14% -
HSV(B) 349.52º 0.93% 0.27% -
XYZ 2.53 1.37 0.62 -
YUV 25.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 68 5 16 0 0.93 0.76 0.73 349.52 0.86 0.14
Hex 44 5 10 0 5D 4C 49 15E 56 E
Octal 104 5 20 0 135 114 111 536 126 16
Binary 1000100 101 10000 0 1011101 1001100 1001001 101011110 1010110 1110

Color Harmonies of #440510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440510

Black with #440510

Text Example


Text Example

White with #440510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440510; }

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

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

background-color css

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

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

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

border-color css

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

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

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