Html Css Color HEX #9A0D10 Sangria

📋 copy color: '#9A0D10'

red 154 ◦ green 13 ◦ blue 16

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

Shades of Sangria #9A0D10

Tints of Sangria #9A0D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.1%

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 84.15%
G = 7.1%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A0D10 (or 0x9A0D10) is known color: Sangria. HEX triplet: 9A, 0D and 10. RGB value is (154,13,16). Sum of RGB (Red+Green+Blue) = 154+13+16=183 (24% of max value = 765). Red value is 154 (60.55% from 255 or 84.15% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0D10 is #65F2EF. Grayscale: #373737. Windows color (decimal): -6681328 or 1052058. OLE color: 1052058.

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

Color convert

RGB 154 13 16 -
CMYK 0 0.92 0.90 0.40
HSL 358.72º 0.84% 0.33% -
HSV(B) 358.72º 0.92% 0.6% -
XYZ 13.56 7.2 1.16 -
YUV 55.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 154 13 16 0 0.92 0.90 0.40 358.72 0.84 0.33
Hex 9A D 10 0 5C 5A 28 167 54 21
Octal 232 15 20 0 134 132 50 547 124 41
Binary 10011010 1101 10000 0 1011100 1011010 101000 101100111 1010100 100001

Color Harmonies of #9A0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0D10

Black with #9A0D10

Text Example


Text Example

White with #9A0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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