Html Css Color HEX #440512 Rustic Red

📋 copy color: '#440512'

red 68 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #440512

Tints of Rustic Red #440512

RGB

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

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

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

R = 74.73%
G = 5.49%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#440512 (or 0x440512) is known color: Rustic Red. HEX triplet: 44, 05 and 12. RGB value is (68,5,18). Sum of RGB (Red+Green+Blue) = 68+5+18=91 (12% of max value = 765). Red value is 68 (26.95% from 255 or 74.73% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 68 - color contains mainly: red. Hex color #440512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440512 is #BBFAED. Grayscale: #191919. Windows color (decimal): -12319470 or 1180996. OLE color: 1180996.

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

Color convert

RGB 68 5 18 -
CMYK 0 0.93 0.74 0.73
HSL 347.62º 0.86% 0.14% -
HSV(B) 347.62º 0.93% 0.27% -
XYZ 2.55 1.38 0.7 -
YUV 25.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 68 5 18 0 0.93 0.74 0.73 347.62 0.86 0.14
Hex 44 5 12 0 5D 4A 49 15C 56 E
Octal 104 5 22 0 135 112 111 534 126 16
Binary 1000100 101 10010 0 1011101 1001010 1001001 101011100 1010110 1110

Color Harmonies of #440512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440512

Black with #440512

Text Example


Text Example

White with #440512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440512; }

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

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

background-color css

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

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

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

border-color css

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

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

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