Html Css Color HEX #A0050B Sangria

📋 copy color: '#A0050B'

red 160 ◦ green 5 ◦ blue 11

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

Shades of Sangria #A0050B

Tints of Sangria #A0050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

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

R = 90.91%
G = 2.84%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0050B (or 0xA0050B) is known color: Sangria. HEX triplet: A0, 05 and 0B. RGB value is (160,5,11). Sum of RGB (Red+Green+Blue) = 160+5+11=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A0050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0050B is #5FFAF4. Grayscale: #343434. Windows color (decimal): -6290165 or 722336. OLE color: 722336.

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

Color convert

RGB 160 5 11 -
CMYK 0 0.97 0.93 0.37
HSL 357.68º 0.94% 0.32% -
HSV(B) 357.68º 0.97% 0.63% -
XYZ 14.61 7.61 1.01 -
YUV 52.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 160 5 11 0 0.97 0.93 0.37 357.68 0.94 0.32
Hex A0 5 B 0 61 5D 25 166 5E 20
Octal 240 5 13 0 141 135 45 546 136 40
Binary 10100000 101 1011 0 1100001 1011101 100101 101100110 1011110 100000

Color Harmonies of #A0050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0050B

Black with #A0050B

Text Example


Text Example

White with #A0050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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