Html Css Color HEX #A2060B Sangria

📋 copy color: '#A2060B'

red 162 ◦ green 6 ◦ blue 11

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

Shades of Sangria #A2060B

Tints of Sangria #A2060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

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

R = 90.5%
G = 3.35%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2060B (or 0xA2060B) is known color: Sangria. HEX triplet: A2, 06 and 0B. RGB value is (162,6,11). Sum of RGB (Red+Green+Blue) = 162+6+11=179 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90.50% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 162 - color contains mainly: red. Hex color #A2060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2060B is #5DF9F4. Grayscale: #353535. Windows color (decimal): -6158837 or 722594. OLE color: 722594.

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

Color convert

RGB 162 6 11 -
CMYK 0 0.96 0.93 0.36
HSL 358.08º 0.93% 0.33% -
HSV(B) 358.08º 0.96% 0.64% -
XYZ 15.03 7.84 1.04 -
YUV 53.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 162 6 11 0 0.96 0.93 0.36 358.08 0.93 0.33
Hex A2 6 B 0 60 5D 24 166 5D 21
Octal 242 6 13 0 140 135 44 546 135 41
Binary 10100010 110 1011 0 1100000 1011101 100100 101100110 1011101 100001

Color Harmonies of #A2060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2060B

Black with #A2060B

Text Example


Text Example

White with #A2060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2060B; }

 p { color: rgb(162,6,11); }

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

background-color css

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

 a { background-color: rgb(162,6,11); }

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

border-color css

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

 span { border-color: rgb(162,6,11); }

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