Html Css Color HEX #A00A0F Sangria

📋 copy color: '#A00A0F'

red 160 ◦ green 10 ◦ blue 15

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

Shades of Sangria #A00A0F

Tints of Sangria #A00A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 86.49%
G = 5.41%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A00A0F (or 0xA00A0F) is known color: Sangria. HEX triplet: A0, 0A and 0F. RGB value is (160,10,15). Sum of RGB (Red+Green+Blue) = 160+10+15=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00A0F is #5FF5F0. Grayscale: #373737. Windows color (decimal): -6288881 or 985760. OLE color: 985760.

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

Color convert

RGB 160 10 15 -
CMYK 0 0.94 0.91 0.37
HSL 358º 0.88% 0.33% -
HSV(B) 358º 0.94% 0.63% -
XYZ 14.69 7.73 1.17 -
YUV 55.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 160 10 15 0 0.94 0.91 0.37 358 0.88 0.33
Hex A0 A F 0 5E 5B 25 166 58 21
Octal 240 12 17 0 136 133 45 546 130 41
Binary 10100000 1010 1111 0 1011110 1011011 100101 101100110 1011000 100001

Color Harmonies of #A00A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A0F

Black with #A00A0F

Text Example


Text Example

White with #A00A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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