Html Css Color HEX #A00102 Sangria

📋 copy color: '#A00102'

red 160 ◦ green 1 ◦ blue 2

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

Shades of Sangria #A00102

Tints of Sangria #A00102

RGB

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

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

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

R = 98.16%
G = 0.61%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A00102 (or 0xA00102) is known color: Sangria. HEX triplet: A0, 01 and 02. RGB value is (160,1,2). Sum of RGB (Red+Green+Blue) = 160+1+2=163 (21% of max value = 765). Red value is 160 (62.89% from 255 or 98.16% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 160 - color contains mainly: red. Hex color #A00102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00102 is #5FFEFD. Grayscale: #303030. Windows color (decimal): -6291198 or 131488. OLE color: 131488.

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

Color convert

RGB 160 1 2 -
CMYK 0 0.99 0.99 0.37
HSL 359.62º 0.99% 0.32% -
HSV(B) 359.62º 0.99% 0.63% -
XYZ 14.52 7.5 0.74 -
YUV 48.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 160 1 2 0 0.99 0.99 0.37 359.62 0.99 0.32
Hex A0 1 2 0 63 63 25 168 63 20
Octal 240 1 2 0 143 143 45 550 143 40
Binary 10100000 1 10 0 1100011 1100011 100101 101101000 1100011 100000

Color Harmonies of #A00102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00102

Black with #A00102

Text Example


Text Example

White with #A00102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00102; }

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

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

background-color css

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

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

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

border-color css

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

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

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