Html Css Color HEX #9A0A0D Sangria

📋 copy color: '#9A0A0D'

red 154 ◦ green 10 ◦ blue 13

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

Shades of Sangria #9A0A0D

Tints of Sangria #9A0A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.65%

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 87.01%
G = 5.65%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A0A0D (or 0x9A0A0D) is known color: Sangria. HEX triplet: 9A, 0A and 0D. RGB value is (154,10,13). Sum of RGB (Red+Green+Blue) = 154+10+13=177 (23% of max value = 765). Red value is 154 (60.55% from 255 or 87.01% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0A0D is #65F5F2. Grayscale: #353535. Windows color (decimal): -6682099 or 854682. OLE color: 854682.

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

Color convert

RGB 154 10 13 -
CMYK 0 0.94 0.92 0.40
HSL 358.75º 0.88% 0.32% -
HSV(B) 358.75º 0.94% 0.6% -
XYZ 13.51 7.12 1.04 -
YUV 53.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 154 10 13 0 0.94 0.92 0.40 358.75 0.88 0.32
Hex 9A A D 0 5E 5C 28 167 58 20
Octal 232 12 15 0 136 134 50 547 130 40
Binary 10011010 1010 1101 0 1011110 1011100 101000 101100111 1011000 100000

Color Harmonies of #9A0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0A0D

Black with #9A0A0D

Text Example


Text Example

White with #9A0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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