Html Css Color HEX #A00910 Sangria

📋 copy color: '#A00910'

red 160 ◦ green 9 ◦ blue 16

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

Shades of Sangria #A00910

Tints of Sangria #A00910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 86.49%
G = 4.86%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A00910 (or 0xA00910) is known color: Sangria. HEX triplet: A0, 09 and 10. RGB value is (160,9,16). Sum of RGB (Red+Green+Blue) = 160+9+16=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00910 is #5FF6EF. Grayscale: #373737. Windows color (decimal): -6289136 or 1051040. OLE color: 1051040.

HSL color Cylindrical-coordinate representation of color #A00910: hue angle of 357.22º degrees, saturation: 0.89, 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 #A00910 is Cyan = 0, Magento = 0.94, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 16 -
CMYK 0 0.94 0.9 0.37
HSL 357.22º 0.89% 0.33% -
HSV(B) 357.22º 0.94% 0.63% -
XYZ 14.69 7.71 1.2 -
YUV 54.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 160 9 16 0 0.94 0.9 0.37 357.22 0.89 0.33
Hex A0 9 10 0 5E 5A 25 165 59 21
Octal 240 11 20 0 136 132 45 545 131 41
Binary 10100000 1001 10000 0 1011110 1011010 100101 101100101 1011001 100001

Color Harmonies of #A00910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00910

Black with #A00910

Text Example


Text Example

White with #A00910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00910; }

 p { color: rgb(160,9,16); }

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

background-color css

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

 a { background-color: rgb(160,9,16); }

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

border-color css

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

 span { border-color: rgb(160,9,16); }

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