Html Css Color HEX #440507 Rustic Red

📋 copy color: '#440507'

red 68 ◦ green 5 ◦ blue 7

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

Shades of Rustic Red #440507

Tints of Rustic Red #440507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.25%

 BLUE value IS 7 (3.13% from 255) = 8.75%

R = 85%
G = 6.25%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#440507 (or 0x440507) is known color: Rustic Red. HEX triplet: 44, 05 and 07. RGB value is (68,5,7). Sum of RGB (Red+Green+Blue) = 68+5+7=80 (10% of max value = 765). Red value is 68 (26.95% from 255 or 85% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 68 - color contains mainly: red. Hex color #440507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440507 is #BBFAF8. Grayscale: #181818. Windows color (decimal): -12319481 or 460100. OLE color: 460100.

HSL color Cylindrical-coordinate representation of color #440507: hue angle of 358.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440507 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 5 7 -
CMYK 0 0.93 0.90 0.73
HSL 358.1º 0.86% 0.14% -
HSV(B) 358.1º 0.93% 0.27% -
XYZ 2.48 1.35 0.33 -
YUV 24.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 68 5 7 0 0.93 0.90 0.73 358.1 0.86 0.14
Hex 44 5 7 0 5D 5A 49 166 56 E
Octal 104 5 7 0 135 132 111 546 126 16
Binary 1000100 101 111 0 1011101 1011010 1001001 101100110 1010110 1110

Color Harmonies of #440507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440507

Black with #440507

Text Example


Text Example

White with #440507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440507; }

 p { color: rgb(68,5,7); }

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

background-color css

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

 a { background-color: rgb(68,5,7); }

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

border-color css

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

 span { border-color: rgb(68,5,7); }

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