Html Css Color HEX #9A1012 Sangria

📋 copy color: '#9A1012'

red 154 ◦ green 16 ◦ blue 18

#9A1012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #9A1012

Tints of Sangria #9A1012

RGB

 RED value IS 154 (60.55% from 255) = 81.91%

 GREEN value IS 16 (6.64% from 255) = 8.51%

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 81.91%
G = 8.51%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#9A1012 (or 0x9A1012) is known color: Sangria. HEX triplet: 9A, 10 and 12. RGB value is (154,16,18). Sum of RGB (Red+Green+Blue) = 154+16+18=188 (24% of max value = 765). Red value is 154 (60.55% from 255 or 81.91% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1012 is #65EFED. Grayscale: #393939. Windows color (decimal): -6680558 or 1183898. OLE color: 1183898.

HSL color Cylindrical-coordinate representation of color #9A1012: hue angle of 359.13º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1012 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 16 18 -
CMYK 0 0.90 0.88 0.40
HSL 359.13º 0.81% 0.33% -
HSV(B) 359.13º 0.9% 0.6% -
XYZ 13.62 7.28 1.26 -
YUV 57.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 154 16 18 0 0.90 0.88 0.40 359.13 0.81 0.33
Hex 9A 10 12 0 5A 58 28 167 51 21
Octal 232 20 22 0 132 130 50 547 121 41
Binary 10011010 10000 10010 0 1011010 1011000 101000 101100111 1010001 100001

Color Harmonies of #9A1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1012

Black with #9A1012

Text Example


Text Example

White with #9A1012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,16,18); }

 H1.HeaderClassName
 {
   color: #9A1012;
 }
 .AnyTagClassName
 {
   color: #9A1012;
 }
</style>

background-color css

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

 a { background-color: rgb(154,16,18); }

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

border-color css

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

 span { border-color: rgb(154,16,18); }

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