Html Css Color HEX #440610 Rustic Red

📋 copy color: '#440610'

red 68 ◦ green 6 ◦ blue 16

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

Shades of Rustic Red #440610

Tints of Rustic Red #440610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.67%

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

R = 75.56%
G = 6.67%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#440610 (or 0x440610) is known color: Rustic Red. HEX triplet: 44, 06 and 10. RGB value is (68,6,16). Sum of RGB (Red+Green+Blue) = 68+6+16=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #440610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440610 is #BBF9EF. Grayscale: #191919. Windows color (decimal): -12319216 or 1050180. OLE color: 1050180.

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

Color convert

RGB 68 6 16 -
CMYK 0 0.91 0.76 0.73
HSL 350.32º 0.84% 0.15% -
HSV(B) 350.32º 0.91% 0.27% -
XYZ 2.54 1.4 0.63 -
YUV 25.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 68 6 16 0 0.91 0.76 0.73 350.32 0.84 0.15
Hex 44 6 10 0 5B 4C 49 15E 54 F
Octal 104 6 20 0 133 114 111 536 124 17
Binary 1000100 110 10000 0 1011011 1001100 1001001 101011110 1010100 1111

Color Harmonies of #440610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440610

Black with #440610

Text Example


Text Example

White with #440610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440610; }

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

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

background-color css

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

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

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

border-color css

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

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

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