Html Css Color HEX #440312 Rustic Red

📋 copy color: '#440312'

red 68 ◦ green 3 ◦ blue 18

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

Shades of Rustic Red #440312

Tints of Rustic Red #440312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 76.4%
G = 3.37%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#440312 (or 0x440312) is known color: Rustic Red. HEX triplet: 44, 03 and 12. RGB value is (68,3,18). Sum of RGB (Red+Green+Blue) = 68+3+18=89 (11% of max value = 765). Red value is 68 (26.95% from 255 or 76.40% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 68 - color contains mainly: red. Hex color #440312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440312 is #BBFCED. Grayscale: #181818. Windows color (decimal): -12319982 or 1180484. OLE color: 1180484.

HSL color Cylindrical-coordinate representation of color #440312: hue angle of 346.15º 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 #440312 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 3 18 -
CMYK 0 0.96 0.74 0.73
HSL 346.15º 0.92% 0.14% -
HSV(B) 346.15º 0.96% 0.27% -
XYZ 2.53 1.34 0.7 -
YUV 24.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 68 3 18 0 0.96 0.74 0.73 346.15 0.92 0.14
Hex 44 3 12 0 60 4A 49 15A 5C E
Octal 104 3 22 0 140 112 111 532 134 16
Binary 1000100 11 10010 0 1100000 1001010 1001001 101011010 1011100 1110

Color Harmonies of #440312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440312

Black with #440312

Text Example


Text Example

White with #440312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440312; }

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

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

background-color css

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

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

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

border-color css

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

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

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