#9A020B

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

Shades of Sangria #9A020B

Tints of Sangria #9A020B

Color information

#9A020B (or 0x9A020B) is unknown color: approx Sangria. HEX triplet: 9A, 02 and 0B. RGB value is (154,2,11). Sum of RGB (Red+Green+Blue) = 154+2+11=167 (22% of max value = 765). Red value is 154 (60.55% from 255 or 92.22% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 154 - color contains mainly: red. Hex color #9A020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A020B is #65FDF4. Grayscale: #303030. Windows color (decimal): -6684149 or 721562. OLE color: 721562.

HSL color Cylindrical-coordinate representation of color #9A020B: hue angle of 356.45º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A020B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB154211-
CMYK00.990.930.40
HSL356.45º97.44%30.59%-
HSV(B)356.45º98.7%60.39%-
XYZ13.416.940.95-
YUV48.47106.86203.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 92.22%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=92.22%
G=1.20%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15421100.990.930.40356.4597.4430.59
Hex9A2B0635D28164611f
Octal23221301431355054414137
Binary10011010101011011000111011101101000101100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A020B; }

 p { color: rgb(154,2,11); }

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

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

 a { background-color: rgb(154,2,11); }

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

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

 span { border-color: rgb(154,2,11); }

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