#A40405

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

Shades of Sangria #A40405

Tints of Sangria #A40405

Color information

#A40405 (or 0xA40405) is unknown color: approx Sangria. HEX triplet: A4, 04 and 05. RGB value is (164,4,5). Sum of RGB (Red+Green+Blue) = 164+4+5=173 (22% of max value = 765). Red value is 164 (64.45% from 255 or 94.80% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 164 - color contains mainly: red. Hex color #A40405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40405 is #5BFBFA. Grayscale: #343434. Windows color (decimal): -6028283 or 328868. OLE color: 328868.

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

Color convert

RGB16445-
CMYK00.980.970.36
HSL359.62º95.24%32.94%-
HSV(B)359.62º97.56%64.31%-
XYZ15.387.990.88-
YUV51.95101.51207.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 94.80%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=94.80%
G=2.31%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644500.980.970.36359.6295.2432.94
HexA44506261241685f21
Octal2444501421414455013741
Binary101001001001010110001011000011001001011010001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40405; }

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

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

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

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

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

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

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

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