Html Css Color HEX #A70203 Sangria

📋 copy color: '#A70203'

red 167 ◦ green 2 ◦ blue 3

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

Shades of Sangria #A70203

Tints of Sangria #A70203

RGB

 RED value IS 167 (65.63% from 255) = 97.09%

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

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

R = 97.09%
G = 1.16%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A70203 (or 0xA70203) is known color: Sangria. HEX triplet: A7, 02 and 03. RGB value is (167,2,3). Sum of RGB (Red+Green+Blue) = 167+2+3=172 (22% of max value = 765). Red value is 167 (65.62% from 255 or 97.09% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 167 - color contains mainly: red. Hex color #A70203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70203 is #58FDFC. Grayscale: #333333. Windows color (decimal): -5832189 or 197287. OLE color: 197287.

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

Color convert

RGB 167 2 3 -
CMYK 0 0.99 0.98 0.35
HSL 359.64º 0.98% 0.33% -
HSV(B) 359.64º 0.99% 0.65% -
XYZ 15.97 8.27 0.84 -
YUV 51.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 167 2 3 0 0.99 0.98 0.35 359.64 0.98 0.33
Hex A7 2 3 0 63 62 23 168 62 21
Octal 247 2 3 0 143 142 43 550 142 41
Binary 10100111 10 11 0 1100011 1100010 100011 101101000 1100010 100001

Color Harmonies of #A70203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70203

Black with #A70203

Text Example


Text Example

White with #A70203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70203; }

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

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

background-color css

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

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

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

border-color css

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

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

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