Html Css Color HEX #440310 Rustic Red

📋 copy color: '#440310'

red 68 ◦ green 3 ◦ blue 16

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

Shades of Rustic Red #440310

Tints of Rustic Red #440310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.45%

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

R = 78.16%
G = 3.45%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#440310 (or 0x440310) is known color: Rustic Red. HEX triplet: 44, 03 and 10. RGB value is (68,3,16). Sum of RGB (Red+Green+Blue) = 68+3+16=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #440310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440310 is #BBFCEF. Grayscale: #171717. Windows color (decimal): -12319984 or 1049412. OLE color: 1049412.

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

Color convert

RGB 68 3 16 -
CMYK 0 0.96 0.76 0.73
HSL 348º 0.92% 0.14% -
HSV(B) 348º 0.96% 0.27% -
XYZ 2.51 1.33 0.61 -
YUV 23.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 68 3 16 0 0.96 0.76 0.73 348 0.92 0.14
Hex 44 3 10 0 60 4C 49 15C 5C E
Octal 104 3 20 0 140 114 111 534 134 16
Binary 1000100 11 10000 0 1100000 1001100 1001001 101011100 1011100 1110

Color Harmonies of #440310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440310

Black with #440310

Text Example


Text Example

White with #440310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440310; }

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

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

background-color css

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

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

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

border-color css

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

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

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