Html Css Color HEX #440F10 Rustic Red

📋 copy color: '#440F10'

red 68 ◦ green 15 ◦ blue 16

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

Shades of Rustic Red #440F10

Tints of Rustic Red #440F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.15%

 BLUE value IS 16 (6.64% from 255) = 16.16%

R = 68.69%
G = 15.15%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#440F10 (or 0x440F10) is known color: Rustic Red. HEX triplet: 44, 0F and 10. RGB value is (68,15,16). Sum of RGB (Red+Green+Blue) = 68+15+16=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #440F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F10 is #BBF0EF. Grayscale: #1F1F1F. Windows color (decimal): -12316912 or 1052484. OLE color: 1052484.

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

Color convert

RGB 68 15 16 -
CMYK 0 0.78 0.76 0.73
HSL 358.87º 0.64% 0.16% -
HSV(B) 358.87º 0.78% 0.27% -
XYZ 2.65 1.61 0.66 -
YUV 30.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 68 15 16 0 0.78 0.76 0.73 358.87 0.64 0.16
Hex 44 F 10 0 4E 4C 49 167 40 10
Octal 104 17 20 0 116 114 111 547 100 20
Binary 1000100 1111 10000 0 1001110 1001100 1001001 101100111 1000000 10000

Color Harmonies of #440F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F10

Black with #440F10

Text Example


Text Example

White with #440F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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