Html Css Color HEX #9A020A Sangria

📋 copy color: '#9A020A'

red 154 ◦ green 2 ◦ blue 10

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

Shades of Sangria #9A020A

Tints of Sangria #9A020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.02%

R = 92.77%
G = 1.2%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A020A (or 0x9A020A) is known color: Sangria. HEX triplet: 9A, 02 and 0A. RGB value is (154,2,10). Sum of RGB (Red+Green+Blue) = 154+2+10=166 (21% of max value = 765). Red value is 154 (60.55% from 255 or 92.77% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 154 - color contains mainly: red. Hex color #9A020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A020A is #65FDF5. Grayscale: #303030. Windows color (decimal): -6684150 or 656026. OLE color: 656026.

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

Color convert

RGB 154 2 10 -
CMYK 0 0.99 0.94 0.40
HSL 356.84º 0.97% 0.31% -
HSV(B) 356.84º 0.99% 0.6% -
XYZ 13.4 6.94 0.92 -
YUV 48.36 106.36 203.35 -
System Red Green Blue C M Y K H S L
Decimal 154 2 10 0 0.99 0.94 0.40 356.84 0.97 0.31
Hex 9A 2 A 0 63 5E 28 165 61 1F
Octal 232 2 12 0 143 136 50 545 141 37
Binary 10011010 10 1010 0 1100011 1011110 101000 101100101 1100001 11111

Color Harmonies of #9A020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A020A

Black with #9A020A

Text Example


Text Example

White with #9A020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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