Html Css Color HEX #A0060B Sangria

📋 copy color: '#A0060B'

red 160 ◦ green 6 ◦ blue 11

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

Shades of Sangria #A0060B

Tints of Sangria #A0060B

RGB

 RED value IS 160 (62.89% from 255) = 90.4%

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

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

R = 90.4%
G = 3.39%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0060B (or 0xA0060B) is known color: Sangria. HEX triplet: A0, 06 and 0B. RGB value is (160,6,11). Sum of RGB (Red+Green+Blue) = 160+6+11=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A0060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0060B is #5FF9F4. Grayscale: #343434. Windows color (decimal): -6289909 or 722592. OLE color: 722592.

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

Color convert

RGB 160 6 11 -
CMYK 0 0.96 0.93 0.37
HSL 358.05º 0.93% 0.33% -
HSV(B) 358.05º 0.96% 0.63% -
XYZ 14.62 7.63 1.02 -
YUV 52.62 104.52 204.59 -
System Red Green Blue C M Y K H S L
Decimal 160 6 11 0 0.96 0.93 0.37 358.05 0.93 0.33
Hex A0 6 B 0 60 5D 25 166 5D 21
Octal 240 6 13 0 140 135 45 546 135 41
Binary 10100000 110 1011 0 1100000 1011101 100101 101100110 1011101 100001

Color Harmonies of #A0060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0060B

Black with #A0060B

Text Example


Text Example

White with #A0060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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