#A00104

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

Shades of Sangria #A00104

Tints of Sangria #A00104

Color information

#A00104 (or 0xA00104) is unknown color: approx Sangria. HEX triplet: A0, 01 and 04. RGB value is (160,1,4). Sum of RGB (Red+Green+Blue) = 160+1+4=165 (21% of max value = 765). Red value is 160 (62.89% from 255 or 96.97% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 160 - color contains mainly: red. Hex color #A00104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00104 is #5FFEFB. Grayscale: #313131. Windows color (decimal): -6291196 or 262560. OLE color: 262560.

HSL color Cylindrical-coordinate representation of color #A00104: hue angle of 358.87º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB16014-
CMYK00.990.980.37
HSL358.87º98.76%31.57%-
HSV(B)358.87º99.37%62.75%-
XYZ14.537.50.8-
YUV48.88102.68207.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 96.97%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=96.97%
G=0.61%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601400.990.980.37358.8798.7631.57
HexA01406362251676320
Octal2401401431424554714340
Binary1010000011000110001111000101001011011001111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00104; }

 p { color: rgb(160,1,4); }

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

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

 a { background-color: rgb(160,1,4); }

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

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

 span { border-color: rgb(160,1,4); }

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