#A7090C

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

Shades of Sangria #A7090C

Tints of Sangria #A7090C

Color information

#A7090C (or 0xA7090C) is unknown color: approx Sangria. HEX triplet: A7, 09 and 0C. RGB value is (167,9,12). Sum of RGB (Red+Green+Blue) = 167+9+12=188 (24% of max value = 765). Red value is 167 (65.62% from 255 or 88.83% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 167 - color contains mainly: red. Hex color #A7090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7090C is #58F6F3. Grayscale: #383838. Windows color (decimal): -5830388 or 788903. OLE color: 788903.

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

Color convert

RGB167912-
CMYK00.950.930.35
HSL358.86º89.77%34.51%-
HSV(B)358.86º94.61%65.49%-
XYZ16.18.441.13-
YUV56.58102.85206.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 88.83%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 12 (5.08% from 255) = 6.38%
R=88.83%
G=4.79%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16791200.950.930.35358.8689.7734.51
HexA79C05F5D231675a23
Octal247111401371354354713243
Binary10100111100111000101111110111011000111011001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7090C; }

 p { color: rgb(167,9,12); }

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

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

 a { background-color: rgb(167,9,12); }

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

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

 span { border-color: rgb(167,9,12); }

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