Html Css Color HEX #A7070B Sangria

📋 copy color: '#A7070B'

red 167 ◦ green 7 ◦ blue 11

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

Shades of Sangria #A7070B

Tints of Sangria #A7070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.95%

R = 90.27%
G = 3.78%
B = 5.95%

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

#A7070B (or 0xA7070B) is known color: Sangria. HEX triplet: A7, 07 and 0B. RGB value is (167,7,11). Sum of RGB (Red+Green+Blue) = 167+7+11=185 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.27% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 167 - color contains mainly: red. Hex color #A7070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7070B is #58F8F4. Grayscale: #373737. Windows color (decimal): -5830901 or 722855. OLE color: 722855.

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

Color convert

RGB 167 7 11 -
CMYK 0 0.96 0.93 0.35
HSL 358.5º 0.92% 0.34% -
HSV(B) 358.5º 0.96% 0.65% -
XYZ 16.07 8.39 1.09 -
YUV 55.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 167 7 11 0 0.96 0.93 0.35 358.5 0.92 0.34
Hex A7 7 B 0 60 5D 23 166 5C 22
Octal 247 7 13 0 140 135 43 546 134 42
Binary 10100111 111 1011 0 1100000 1011101 100011 101100110 1011100 100010

Color Harmonies of #A7070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7070B

Black with #A7070B

Text Example


Text Example

White with #A7070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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