Html Css Color HEX #440F15 Rustic Red

📋 copy color: '#440F15'

red 68 ◦ green 15 ◦ blue 21

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

Shades of Rustic Red #440F15

Tints of Rustic Red #440F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.19%

R = 65.38%
G = 14.42%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#440F15 (or 0x440F15) is known color: Rustic Red. HEX triplet: 44, 0F and 15. RGB value is (68,15,21). Sum of RGB (Red+Green+Blue) = 68+15+21=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #440F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F15 is #BBF0EA. Grayscale: #1F1F1F. Windows color (decimal): -12316907 or 1380164. OLE color: 1380164.

HSL color Cylindrical-coordinate representation of color #440F15: hue angle of 353.21º 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 #440F15 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 15 21 -
CMYK 0 0.78 0.69 0.73
HSL 353.21º 0.64% 0.16% -
HSV(B) 353.21º 0.78% 0.27% -
XYZ 2.69 1.62 0.88 -
YUV 31.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 68 15 21 0 0.78 0.69 0.73 353.21 0.64 0.16
Hex 44 F 15 0 4E 45 49 161 40 10
Octal 104 17 25 0 116 105 111 541 100 20
Binary 1000100 1111 10101 0 1001110 1000101 1001001 101100001 1000000 10000

Color Harmonies of #440F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F15

Black with #440F15

Text Example


Text Example

White with #440F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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