#A5010C

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

Shades of Sangria #A5010C

Tints of Sangria #A5010C

Color information

#A5010C (or 0xA5010C) is unknown color: approx Sangria. HEX triplet: A5, 01 and 0C. RGB value is (165,1,12). Sum of RGB (Red+Green+Blue) = 165+1+12=178 (23% of max value = 765). Red value is 165 (64.84% from 255 or 92.70% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 165 - color contains mainly: red. Hex color #A5010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5010C is #5AFEF3. Grayscale: #333333. Windows color (decimal): -5963508 or 786853. OLE color: 786853.

HSL color Cylindrical-coordinate representation of color #A5010C: hue angle of 355.98º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5010C is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB165112-
CMYK00.990.930.35
HSL355.98º98.8%32.55%-
HSV(B)355.98º99.39%64.71%-
XYZ15.598.051.08-
YUV51.29105.83209.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 92.70%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=92.70%
G=0.56%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511200.990.930.35355.9898.832.55
HexA51C0635D231646321
Octal24511401431354354414341
Binary10100101111000110001110111011000111011001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5010C; }

 p { color: rgb(165,1,12); }

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

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

 a { background-color: rgb(165,1,12); }

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

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

 span { border-color: rgb(165,1,12); }

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