Html Css Color HEX #A0050D Sangria

📋 copy color: '#A0050D'

red 160 ◦ green 5 ◦ blue 13

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

Shades of Sangria #A0050D

Tints of Sangria #A0050D

RGB

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

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

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

R = 89.89%
G = 2.81%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0050D (or 0xA0050D) is known color: Sangria. HEX triplet: A0, 05 and 0D. RGB value is (160,5,13). Sum of RGB (Red+Green+Blue) = 160+5+13=178 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.89% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 160 - color contains mainly: red. Hex color #A0050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0050D is #5FFAF2. Grayscale: #343434. Windows color (decimal): -6290163 or 853408. OLE color: 853408.

HSL color Cylindrical-coordinate representation of color #A0050D: hue angle of 356.9º 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 #A0050D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 13 -
CMYK 0 0.97 0.92 0.37
HSL 356.9º 0.94% 0.32% -
HSV(B) 356.9º 0.97% 0.63% -
XYZ 14.62 7.61 1.08 -
YUV 52.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 160 5 13 0 0.97 0.92 0.37 356.9 0.94 0.32
Hex A0 5 D 0 61 5C 25 165 5E 20
Octal 240 5 15 0 141 134 45 545 136 40
Binary 10100000 101 1101 0 1100001 1011100 100101 101100101 1011110 100000

Color Harmonies of #A0050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0050D

Black with #A0050D

Text Example


Text Example

White with #A0050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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