#440A0B

Color #440A0B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #440A0B

Tints of Rustic Red #440A0B

Color information

#440A0B (or 0x440A0B) is unknown color: approx Rustic Red. HEX triplet: 44, 0A and 0B. RGB value is (68,10,11). Sum of RGB (Red+Green+Blue) = 68+10+11=89 (11% of max value = 765). Red value is 68 (26.95% from 255 or 76.40% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 68 - color contains mainly: red. Hex color #440A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440A0B is #BBF5F4. Grayscale: #1B1B1B. Windows color (decimal): -12318197 or 723524. OLE color: 723524.

HSL color Cylindrical-coordinate representation of color #440A0B: hue angle of 358.97º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440A0B is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB681011-
CMYK00.850.840.73
HSL358.97º74.36%15.29%-
HSV(B)358.97º85.29%26.67%-
XYZ2.551.470.47-
YUV27.46118.72156.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 76.40%
GREEN value IS 10 (4.30% from 255) = 11.24%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=76.40%
G=11.24%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68101100.850.840.73358.9774.3615.29
Hex44AB05554491674af
Octal1041213012512411154711217
Binary100010010101011010101011010100100100110110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,10,11); }

 H1.HeaderClassName
 {
   color: #440A0B;
 }
 .AnyTagClassName
 {
   color: #440A0B;
 }
</style>
background-color css

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

 a { background-color: rgb(68,10,11); }

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

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

 span { border-color: rgb(68,10,11); }

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