Html Css Color HEX #9A020D Sangria

📋 copy color: '#9A020D'

red 154 ◦ green 2 ◦ blue 13

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

Shades of Sangria #9A020D

Tints of Sangria #9A020D

RGB

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

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

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

R = 91.12%
G = 1.18%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A020D (or 0x9A020D) is known color: Sangria. HEX triplet: 9A, 02 and 0D. RGB value is (154,2,13). Sum of RGB (Red+Green+Blue) = 154+2+13=169 (22% of max value = 765). Red value is 154 (60.55% from 255 or 91.12% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 154 - color contains mainly: red. Hex color #9A020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A020D is #65FDF2. Grayscale: #303030. Windows color (decimal): -6684147 or 852634. OLE color: 852634.

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

Color convert

RGB 154 2 13 -
CMYK 0 0.99 0.92 0.40
HSL 355.66º 0.97% 0.31% -
HSV(B) 355.66º 0.99% 0.6% -
XYZ 13.42 6.94 1.01 -
YUV 48.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 154 2 13 0 0.99 0.92 0.40 355.66 0.97 0.31
Hex 9A 2 D 0 63 5C 28 164 61 1F
Octal 232 2 15 0 143 134 50 544 141 37
Binary 10011010 10 1101 0 1100011 1011100 101000 101100100 1100001 11111

Color Harmonies of #9A020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A020D

Black with #9A020D

Text Example


Text Example

White with #9A020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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