Html Css Color HEX #441017 Rustic Red

📋 copy color: '#441017'

red 68 ◦ green 16 ◦ blue 23

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

Shades of Rustic Red #441017

Tints of Rustic Red #441017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

 BLUE value IS 23 (9.38% from 255) = 21.5%

R = 63.55%
G = 14.95%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#441017 (or 0x441017) is known color: Rustic Red. HEX triplet: 44, 10 and 17. RGB value is (68,16,23). Sum of RGB (Red+Green+Blue) = 68+16+23=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441017 is #BBEFE8. Grayscale: #202020. Windows color (decimal): -12316649 or 1511492. OLE color: 1511492.

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

Color convert

RGB 68 16 23 -
CMYK 0 0.76 0.66 0.73
HSL 351.92º 0.62% 0.16% -
HSV(B) 351.92º 0.76% 0.27% -
XYZ 2.72 1.66 0.99 -
YUV 32.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 68 16 23 0 0.76 0.66 0.73 351.92 0.62 0.16
Hex 44 10 17 0 4C 42 49 160 3E 10
Octal 104 20 27 0 114 102 111 540 76 20
Binary 1000100 10000 10111 0 1001100 1000010 1001001 101100000 111110 10000

Color Harmonies of #441017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441017

Black with #441017

Text Example


Text Example

White with #441017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441017; }

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

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

background-color css

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

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

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

border-color css

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

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

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