Html Css Color HEX #440C19 Rustic Red

📋 copy color: '#440C19'

red 68 ◦ green 12 ◦ blue 25

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

Shades of Rustic Red #440C19

Tints of Rustic Red #440C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.43%

 BLUE value IS 25 (10.16% from 255) = 23.81%

R = 64.76%
G = 11.43%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#440C19 (or 0x440C19) is known color: Rustic Red. HEX triplet: 44, 0C and 19. RGB value is (68,12,25). Sum of RGB (Red+Green+Blue) = 68+12+25=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #440C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440C19 is #BBF3E6. Grayscale: #1E1E1E. Windows color (decimal): -12317671 or 1641540. OLE color: 1641540.

HSL color Cylindrical-coordinate representation of color #440C19: hue angle of 346.07º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #440C19 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 12 25 -
CMYK 0 0.82 0.63 0.73
HSL 346.07º 0.7% 0.16% -
HSV(B) 346.07º 0.82% 0.27% -
XYZ 2.69 1.56 1.08 -
YUV 30.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 68 12 25 0 0.82 0.63 0.73 346.07 0.7 0.16
Hex 44 C 19 0 52 3F 49 15A 46 10
Octal 104 14 31 0 122 77 111 532 106 20
Binary 1000100 1100 11001 0 1010010 111111 1001001 101011010 1000110 10000

Color Harmonies of #440C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C19

Black with #440C19

Text Example


Text Example

White with #440C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440C19; }

 p { color: rgb(68,12,25); }

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

background-color css

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

 a { background-color: rgb(68,12,25); }

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

border-color css

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

 span { border-color: rgb(68,12,25); }

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