Html Css Color HEX #A00203 Sangria

📋 copy color: '#A00203'

red 160 ◦ green 2 ◦ blue 3

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

Shades of Sangria #A00203

Tints of Sangria #A00203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.82%

R = 96.97%
G = 1.21%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A00203 (or 0xA00203) is known color: Sangria. HEX triplet: A0, 02 and 03. RGB value is (160,2,3). Sum of RGB (Red+Green+Blue) = 160+2+3=165 (21% of max value = 765). Red value is 160 (62.89% from 255 or 96.97% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 160 - color contains mainly: red. Hex color #A00203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00203 is #5FFDFC. Grayscale: #313131. Windows color (decimal): -6290941 or 197280. OLE color: 197280.

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

Color convert

RGB 160 2 3 -
CMYK 0 0.99 0.98 0.37
HSL 359.62º 0.98% 0.32% -
HSV(B) 359.62º 0.99% 0.63% -
XYZ 14.54 7.52 0.77 -
YUV 49.36 101.85 206.92 -
System Red Green Blue C M Y K H S L
Decimal 160 2 3 0 0.99 0.98 0.37 359.62 0.98 0.32
Hex A0 2 3 0 63 62 25 168 62 20
Octal 240 2 3 0 143 142 45 550 142 40
Binary 10100000 10 11 0 1100011 1100010 100101 101101000 1100010 100000

Color Harmonies of #A00203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00203

Black with #A00203

Text Example


Text Example

White with #A00203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00203; }

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

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

background-color css

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

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

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

border-color css

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

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

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