Html Css Color HEX #9A010B Sangria

📋 copy color: '#9A010B'

red 154 ◦ green 1 ◦ blue 11

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

Shades of Sangria #9A010B

Tints of Sangria #9A010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 11 (4.69% from 255) = 6.63%

R = 92.77%
G = 0.6%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#9A010B (or 0x9A010B) is known color: Sangria. HEX triplet: 9A, 01 and 0B. RGB value is (154,1,11). Sum of RGB (Red+Green+Blue) = 154+1+11=166 (21% of max value = 765). Red value is 154 (60.55% from 255 or 92.77% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 154 - color contains mainly: red. Hex color #9A010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A010B is #65FEF4. Grayscale: #303030. Windows color (decimal): -6684405 or 721306. OLE color: 721306.

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

Color convert

RGB 154 1 11 -
CMYK 0 0.99 0.93 0.40
HSL 356.08º 0.99% 0.3% -
HSV(B) 356.08º 0.99% 0.6% -
XYZ 13.4 6.92 0.95 -
YUV 47.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 154 1 11 0 0.99 0.93 0.40 356.08 0.99 0.3
Hex 9A 1 B 0 63 5D 28 164 63 1E
Octal 232 1 13 0 143 135 50 544 143 36
Binary 10011010 1 1011 0 1100011 1011101 101000 101100100 1100011 11110

Color Harmonies of #9A010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A010B

Black with #9A010B

Text Example


Text Example

White with #9A010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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