Html Css Color HEX #440912 Rustic Red

📋 copy color: '#440912'

red 68 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #440912

Tints of Rustic Red #440912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

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

R = 71.58%
G = 9.47%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#440912 (or 0x440912) is known color: Rustic Red. HEX triplet: 44, 09 and 12. RGB value is (68,9,18). Sum of RGB (Red+Green+Blue) = 68+9+18=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #440912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440912 is #BBF6ED. Grayscale: #1B1B1B. Windows color (decimal): -12318446 or 1182020. OLE color: 1182020.

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

Color convert

RGB 68 9 18 -
CMYK 0 0.87 0.74 0.73
HSL 350.85º 0.77% 0.15% -
HSV(B) 350.85º 0.87% 0.27% -
XYZ 2.59 1.47 0.72 -
YUV 27.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 68 9 18 0 0.87 0.74 0.73 350.85 0.77 0.15
Hex 44 9 12 0 57 4A 49 15F 4D F
Octal 104 11 22 0 127 112 111 537 115 17
Binary 1000100 1001 10010 0 1010111 1001010 1001001 101011111 1001101 1111

Color Harmonies of #440912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440912

Black with #440912

Text Example


Text Example

White with #440912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440912; }

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

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

background-color css

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

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

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

border-color css

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

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

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