Html Css Color HEX #9A020B Sangria

📋 copy color: '#9A020B'

red 154 ◦ green 2 ◦ blue 11

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

Shades of Sangria #9A020B

Tints of Sangria #9A020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 92.22%
G = 1.2%
B = 6.59%

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

#9A020B (or 0x9A020B) is known color: Sangria. HEX triplet: 9A, 02 and 0B. RGB value is (154,2,11). Sum of RGB (Red+Green+Blue) = 154+2+11=167 (22% of max value = 765). Red value is 154 (60.55% from 255 or 92.22% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 154 - color contains mainly: red. Hex color #9A020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A020B is #65FDF4. Grayscale: #303030. Windows color (decimal): -6684149 or 721562. OLE color: 721562.

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

Color convert

RGB 154 2 11 -
CMYK 0 0.99 0.93 0.40
HSL 356.45º 0.97% 0.31% -
HSV(B) 356.45º 0.99% 0.6% -
XYZ 13.41 6.94 0.95 -
YUV 48.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 154 2 11 0 0.99 0.93 0.40 356.45 0.97 0.31
Hex 9A 2 B 0 63 5D 28 164 61 1F
Octal 232 2 13 0 143 135 50 544 141 37
Binary 10011010 10 1011 0 1100011 1011101 101000 101100100 1100001 11111

Color Harmonies of #9A020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A020B

Black with #9A020B

Text Example


Text Example

White with #9A020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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