Html Css Color HEX #A0020F Sangria

📋 copy color: '#A0020F'

red 160 ◦ green 2 ◦ blue 15

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

Shades of Sangria #A0020F

Tints of Sangria #A0020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

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

R = 90.4%
G = 1.13%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0020F (or 0xA0020F) is known color: Sangria. HEX triplet: A0, 02 and 0F. RGB value is (160,2,15). Sum of RGB (Red+Green+Blue) = 160+2+15=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A0020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0020F is #5FFDF0. Grayscale: #323232. Windows color (decimal): -6290929 or 983712. OLE color: 983712.

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

Color convert

RGB 160 2 15 -
CMYK 0 0.99 0.91 0.37
HSL 355.06º 0.98% 0.32% -
HSV(B) 355.06º 0.99% 0.63% -
XYZ 14.61 7.55 1.14 -
YUV 50.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 160 2 15 0 0.99 0.91 0.37 355.06 0.98 0.32
Hex A0 2 F 0 63 5B 25 163 62 20
Octal 240 2 17 0 143 133 45 543 142 40
Binary 10100000 10 1111 0 1100011 1011011 100101 101100011 1100010 100000

Color Harmonies of #A0020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0020F

Black with #A0020F

Text Example


Text Example

White with #A0020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0020F; }

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

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

background-color css

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

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

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

border-color css

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

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

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