Html Css Color HEX #A80102 Sangria

📋 copy color: '#A80102'

red 168 ◦ green 1 ◦ blue 2

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

Shades of Sangria #A80102

Tints of Sangria #A80102

RGB

 RED value IS 168 (66.02% from 255) = 98.25%

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 2 (1.17% from 255) = 1.17%

R = 98.25%
G = 0.58%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A80102 (or 0xA80102) is known color: Sangria. HEX triplet: A8, 01 and 02. RGB value is (168,1,2). Sum of RGB (Red+Green+Blue) = 168+1+2=171 (22% of max value = 765). Red value is 168 (66.02% from 255 or 98.25% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 168 - color contains mainly: red. Hex color #A80102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80102 is #57FEFD. Grayscale: #333333. Windows color (decimal): -5766910 or 131496. OLE color: 131496.

HSL color Cylindrical-coordinate representation of color #A80102: hue angle of 359.64º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 2 -
CMYK 0 0.99 0.99 0.34
HSL 359.64º 0.99% 0.33% -
HSV(B) 359.64º 0.99% 0.66% -
XYZ 16.17 8.35 0.82 -
YUV 51.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 168 1 2 0 0.99 0.99 0.34 359.64 0.99 0.33
Hex A8 1 2 0 63 63 22 168 63 21
Octal 250 1 2 0 143 143 42 550 143 41
Binary 10101000 1 10 0 1100011 1100011 100010 101101000 1100011 100001

Color Harmonies of #A80102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80102

Black with #A80102

Text Example


Text Example

White with #A80102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80102; }

 p { color: rgb(168,1,2); }

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

background-color css

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

 a { background-color: rgb(168,1,2); }

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

border-color css

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

 span { border-color: rgb(168,1,2); }

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