#A40509

Color #A40509 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #A40509

Tints of Sangria #A40509

Color information

#A40509 (or 0xA40509) is unknown color: approx Sangria. HEX triplet: A4, 05 and 09. RGB value is (164,5,9). Sum of RGB (Red+Green+Blue) = 164+5+9=178 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.13% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 164 - color contains mainly: red. Hex color #A40509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40509 is #5BFAF6. Grayscale: #353535. Windows color (decimal): -6028023 or 591268. OLE color: 591268.

HSL color Cylindrical-coordinate representation of color #A40509: hue angle of 358.49º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40509 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB16459-
CMYK00.970.950.36
HSL358.49º94.08%33.14%-
HSV(B)358.49º96.95%64.31%-
XYZ15.418.020.99-
YUV53103.18207.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 92.13%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 9 (3.91% from 255) = 5.06%
R=92.13%
G=2.81%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645900.970.950.36358.4994.0833.14
HexA4590615F241665e21
Octal24451101411374454613641
Binary1010010010110010110000110111111001001011001101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40509; }

 p { color: rgb(164,5,9); }

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

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

 a { background-color: rgb(164,5,9); }

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

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

 span { border-color: rgb(164,5,9); }

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