Html Css Color HEX #A70002 Sangria

📋 copy color: '#A70002'

red 167 ◦ green 0 ◦ blue 2

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

Shades of Sangria #A70002

Tints of Sangria #A70002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.82%
G = 0%
B = 1.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A70002 (or 0xA70002) is known color: Sangria. HEX triplet: A7, 00 and 02. RGB value is (167,0,2). Sum of RGB (Red+Green+Blue) = 167+0+2=169 (22% of max value = 765). Red value is 167 (65.62% from 255 or 98.82% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 167 - color contains mainly: red. Hex color #A70002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70002 is #58FFFD. Grayscale: #323232. Windows color (decimal): -5832702 or 131239. OLE color: 131239.

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

Color convert

RGB 167 0 2 -
CMYK 0 1 0.99 0.35
HSL 359.28º 1% 0.33% -
HSV(B) 359.28º 1% 0.65% -
XYZ 15.95 8.22 0.8 -
YUV 50.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 167 0 2 0 1 0.99 0.35 359.28 1 0.33
Hex A7 0 2 0 64 63 23 167 64 21
Octal 247 0 2 0 144 143 43 547 144 41
Binary 10100111 0 10 0 1100100 1100011 100011 101100111 1100100 100001

Color Harmonies of #A70002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70002

Black with #A70002

Text Example


Text Example

White with #A70002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70002; }

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

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

background-color css

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

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

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

border-color css

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

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

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