Html Css Color HEX #A00708 Sangria

📋 copy color: '#A00708'

red 160 ◦ green 7 ◦ blue 8

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

Shades of Sangria #A00708

Tints of Sangria #A00708

RGB

 RED value IS 160 (62.89% from 255) = 91.43%

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

 BLUE value IS 8 (3.52% from 255) = 4.57%

R = 91.43%
G = 4%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A00708 (or 0xA00708) is known color: Sangria. HEX triplet: A0, 07 and 08. RGB value is (160,7,8). Sum of RGB (Red+Green+Blue) = 160+7+8=175 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 160 - color contains mainly: red. Hex color #A00708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00708 is #5FF8F7. Grayscale: #353535. Windows color (decimal): -6289656 or 526240. OLE color: 526240.

HSL color Cylindrical-coordinate representation of color #A00708: hue angle of 359.61º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00708 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 7 8 -
CMYK 0 0.96 0.95 0.37
HSL 359.61º 0.92% 0.33% -
HSV(B) 359.61º 0.96% 0.63% -
XYZ 14.62 7.64 0.93 -
YUV 52.86 102.69 204.42 -
System Red Green Blue C M Y K H S L
Decimal 160 7 8 0 0.96 0.95 0.37 359.61 0.92 0.33
Hex A0 7 8 0 60 5F 25 168 5C 21
Octal 240 7 10 0 140 137 45 550 134 41
Binary 10100000 111 1000 0 1100000 1011111 100101 101101000 1011100 100001

Color Harmonies of #A00708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00708

Black with #A00708

Text Example


Text Example

White with #A00708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00708; }

 p { color: rgb(160,7,8); }

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

background-color css

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

 a { background-color: rgb(160,7,8); }

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

border-color css

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

 span { border-color: rgb(160,7,8); }

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