Html Css Color HEX #A00A0B Sangria

📋 copy color: '#A00A0B'

red 160 ◦ green 10 ◦ blue 11

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

Shades of Sangria #A00A0B

Tints of Sangria #A00A0B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.52%

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

R = 88.4%
G = 5.52%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A00A0B (or 0xA00A0B) is known color: Sangria. HEX triplet: A0, 0A and 0B. RGB value is (160,10,11). Sum of RGB (Red+Green+Blue) = 160+10+11=181 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.40% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00A0B is #5FF5F4. Grayscale: #373737. Windows color (decimal): -6288885 or 723616. OLE color: 723616.

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

Color convert

RGB 160 10 11 -
CMYK 0 0.94 0.93 0.37
HSL 359.6º 0.88% 0.33% -
HSV(B) 359.6º 0.94% 0.63% -
XYZ 14.67 7.71 1.03 -
YUV 54.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 160 10 11 0 0.94 0.93 0.37 359.6 0.88 0.33
Hex A0 A B 0 5E 5D 25 168 58 21
Octal 240 12 13 0 136 135 45 550 130 41
Binary 10100000 1010 1011 0 1011110 1011101 100101 101101000 1011000 100001

Color Harmonies of #A00A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A0B

Black with #A00A0B

Text Example


Text Example

White with #A00A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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