Html Css Color HEX #9A0310 Sangria

📋 copy color: '#9A0310'

red 154 ◦ green 3 ◦ blue 16

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

Shades of Sangria #9A0310

Tints of Sangria #9A0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 89.02%
G = 1.73%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A0310 (or 0x9A0310) is known color: Sangria. HEX triplet: 9A, 03 and 10. RGB value is (154,3,16). Sum of RGB (Red+Green+Blue) = 154+3+16=173 (22% of max value = 765). Red value is 154 (60.55% from 255 or 89.02% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0310 is #65FCEF. Grayscale: #313131. Windows color (decimal): -6683888 or 1049498. OLE color: 1049498.

HSL color Cylindrical-coordinate representation of color #9A0310: hue angle of 354.83º 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 #9A0310 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 3 16 -
CMYK 0 0.98 0.90 0.40
HSL 354.83º 0.96% 0.31% -
HSV(B) 354.83º 0.98% 0.6% -
XYZ 13.45 6.97 1.13 -
YUV 49.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 154 3 16 0 0.98 0.90 0.40 354.83 0.96 0.31
Hex 9A 3 10 0 62 5A 28 163 60 1F
Octal 232 3 20 0 142 132 50 543 140 37
Binary 10011010 11 10000 0 1100010 1011010 101000 101100011 1100000 11111

Color Harmonies of #9A0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0310

Black with #9A0310

Text Example


Text Example

White with #9A0310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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