Html Css Color HEX #A7070C Sangria

📋 copy color: '#A7070C'

red 167 ◦ green 7 ◦ blue 12

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

Shades of Sangria #A7070C

Tints of Sangria #A7070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.76%

 BLUE value IS 12 (5.08% from 255) = 6.45%

R = 89.78%
G = 3.76%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7070C (or 0xA7070C) is known color: Sangria. HEX triplet: A7, 07 and 0C. RGB value is (167,7,12). Sum of RGB (Red+Green+Blue) = 167+7+12=186 (24% of max value = 765). Red value is 167 (65.62% from 255 or 89.78% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 167 - color contains mainly: red. Hex color #A7070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7070C is #58F8F3. Grayscale: #373737. Windows color (decimal): -5830900 or 788391. OLE color: 788391.

HSL color Cylindrical-coordinate representation of color #A7070C: hue angle of 358.12º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7070C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 7 12 -
CMYK 0 0.96 0.93 0.35
HSL 358.13º 0.92% 0.34% -
HSV(B) 358.13º 0.96% 0.65% -
XYZ 16.08 8.39 1.12 -
YUV 55.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 167 7 12 0 0.96 0.93 0.35 358.13 0.92 0.34
Hex A7 7 C 0 60 5D 23 166 5C 22
Octal 247 7 14 0 140 135 43 546 134 42
Binary 10100111 111 1100 0 1100000 1011101 100011 101100110 1011100 100010

Color Harmonies of #A7070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7070C

Black with #A7070C

Text Example


Text Example

White with #A7070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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