#9A030B

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

Shades of Sangria #9A030B

Tints of Sangria #9A030B

Color information

#9A030B (or 0x9A030B) is unknown color: approx Sangria. HEX triplet: 9A, 03 and 0B. RGB value is (154,3,11). Sum of RGB (Red+Green+Blue) = 154+3+11=168 (22% of max value = 765). Red value is 154 (60.55% from 255 or 91.67% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 154 - color contains mainly: red. Hex color #9A030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A030B is #65FCF4. Grayscale: #313131. Windows color (decimal): -6683893 or 721818. OLE color: 721818.

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

Color convert

RGB154311-
CMYK00.980.930.40
HSL356.82º96.18%30.78%-
HSV(B)356.82º98.05%60.39%-
XYZ13.426.960.95-
YUV49.06106.53202.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 91.67%
GREEN value IS 3 (1.56% from 255) = 1.79%
BLUE value IS 11 (4.69% from 255) = 6.55%
R=91.67%
G=1.79%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15431100.980.930.40356.8296.1830.78
Hex9A3B0625D28165601f
Octal23231301421355054514037
Binary10011010111011011000101011101101000101100101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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