Html Css Color HEX #A2090C Sangria

📋 copy color: '#A2090C'

red 162 ◦ green 9 ◦ blue 12

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

Shades of Sangria #A2090C

Tints of Sangria #A2090C

RGB

 RED value IS 162 (63.67% from 255) = 88.52%

 GREEN value IS 9 (3.91% from 255) = 4.92%

 BLUE value IS 12 (5.08% from 255) = 6.56%

R = 88.52%
G = 4.92%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2090C (or 0xA2090C) is known color: Sangria. HEX triplet: A2, 09 and 0C. RGB value is (162,9,12). Sum of RGB (Red+Green+Blue) = 162+9+12=183 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.52% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 162 - color contains mainly: red. Hex color #A2090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2090C is #5DF6F3. Grayscale: #373737. Windows color (decimal): -6158068 or 788898. OLE color: 788898.

HSL color Cylindrical-coordinate representation of color #A2090C: hue angle of 358.82º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2090C is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 9 12 -
CMYK 0 0.94 0.93 0.36
HSL 358.82º 0.89% 0.34% -
HSV(B) 358.82º 0.94% 0.64% -
XYZ 15.06 7.9 1.08 -
YUV 55.09 103.69 204.26 -
System Red Green Blue C M Y K H S L
Decimal 162 9 12 0 0.94 0.93 0.36 358.82 0.89 0.34
Hex A2 9 C 0 5E 5D 24 167 59 22
Octal 242 11 14 0 136 135 44 547 131 42
Binary 10100010 1001 1100 0 1011110 1011101 100100 101100111 1011001 100010

Color Harmonies of #A2090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2090C

Black with #A2090C

Text Example


Text Example

White with #A2090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2090C; }

 p { color: rgb(162,9,12); }

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

background-color css

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

 a { background-color: rgb(162,9,12); }

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

border-color css

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

 span { border-color: rgb(162,9,12); }

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