Html Css Color HEX #A7000A Sangria

📋 copy color: '#A7000A'

red 167 ◦ green 0 ◦ blue 10

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

Shades of Sangria #A7000A

Tints of Sangria #A7000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.65%

R = 94.35%
G = 0%
B = 5.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A7000A (or 0xA7000A) is known color: Sangria. HEX triplet: A7, 00 and 0A. RGB value is (167,0,10). Sum of RGB (Red+Green+Blue) = 167+0+10=177 (23% of max value = 765). Red value is 167 (65.62% from 255 or 94.35% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 167 - color contains mainly: red. Hex color #A7000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7000A is #58FFF5. Grayscale: #333333. Windows color (decimal): -5832694 or 655527. OLE color: 655527.

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

Color convert

RGB 167 0 10 -
CMYK 0 1 0.94 0.35
HSL 356.41º 1% 0.33% -
HSV(B) 356.41º 1% 0.65% -
XYZ 15.99 8.24 1.03 -
YUV 51.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 167 0 10 0 1 0.94 0.35 356.41 1 0.33
Hex A7 0 A 0 64 5E 23 164 64 21
Octal 247 0 12 0 144 136 43 544 144 41
Binary 10100111 0 1010 0 1100100 1011110 100011 101100100 1100100 100001

Color Harmonies of #A7000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7000A

Black with #A7000A

Text Example


Text Example

White with #A7000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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