#A90B0C

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

Shades of Sangria #A90B0C

Tints of Sangria #A90B0C

Color information

#A90B0C (or 0xA90B0C) is unknown color: approx Sangria. HEX triplet: A9, 0B and 0C. RGB value is (169,11,12). Sum of RGB (Red+Green+Blue) = 169+11+12=192 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.02% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90B0C is #56F4F3. Grayscale: #3A3A3A. Windows color (decimal): -5698804 or 789417. OLE color: 789417.

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

Color convert

RGB1691112-
CMYK00.930.930.34
HSL359.62º87.78%35.29%-
HSV(B)359.62º93.49%66.27%-
XYZ16.558.71.16-
YUV58.36101.85206.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 88.02%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=88.02%
G=5.73%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169111200.930.930.34359.6287.7835.29
HexA9BC05D5D221685823
Octal251131401351354255013043
Binary10101001101111000101110110111011000101011010001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90B0C; }

 p { color: rgb(169,11,12); }

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

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

 a { background-color: rgb(169,11,12); }

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

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

 span { border-color: rgb(169,11,12); }

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