Html Css Color HEX #A70207 Sangria

📋 copy color: '#A70207'

red 167 ◦ green 2 ◦ blue 7

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

Shades of Sangria #A70207

Tints of Sangria #A70207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.98%

R = 94.89%
G = 1.14%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A70207 (or 0xA70207) is known color: Sangria. HEX triplet: A7, 02 and 07. RGB value is (167,2,7). Sum of RGB (Red+Green+Blue) = 167+2+7=176 (23% of max value = 765). Red value is 167 (65.62% from 255 or 94.89% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 167 - color contains mainly: red. Hex color #A70207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70207 is #58FDF8. Grayscale: #343434. Windows color (decimal): -5832185 or 459431. OLE color: 459431.

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

Color convert

RGB 167 2 7 -
CMYK 0 0.99 0.96 0.35
HSL 358.18º 0.98% 0.33% -
HSV(B) 358.18º 0.99% 0.65% -
XYZ 16 8.27 0.95 -
YUV 51.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 167 2 7 0 0.99 0.96 0.35 358.18 0.98 0.33
Hex A7 2 7 0 63 60 23 166 62 21
Octal 247 2 7 0 143 140 43 546 142 41
Binary 10100111 10 111 0 1100011 1100000 100011 101100110 1100010 100001

Color Harmonies of #A70207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70207

Black with #A70207

Text Example


Text Example

White with #A70207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70207; }

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

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

background-color css

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

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

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

border-color css

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

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

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