Html Css Color HEX #A80106 Sangria

📋 copy color: '#A80106'

red 168 ◦ green 1 ◦ blue 6

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

Shades of Sangria #A80106

Tints of Sangria #A80106

RGB

 RED value IS 168 (66.02% from 255) = 96%

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 96%
G = 0.57%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A80106 (or 0xA80106) is known color: Sangria. HEX triplet: A8, 01 and 06. RGB value is (168,1,6). Sum of RGB (Red+Green+Blue) = 168+1+6=175 (23% of max value = 765). Red value is 168 (66.02% from 255 or 96% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 168 - color contains mainly: red. Hex color #A80106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80106 is #57FEF9. Grayscale: #333333. Windows color (decimal): -5766906 or 393640. OLE color: 393640.

HSL color Cylindrical-coordinate representation of color #A80106: hue angle of 358.2º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80106 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 6 -
CMYK 0 0.99 0.96 0.34
HSL 358.2º 0.99% 0.33% -
HSV(B) 358.2º 0.99% 0.66% -
XYZ 16.19 8.36 0.93 -
YUV 51.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 168 1 6 0 0.99 0.96 0.34 358.2 0.99 0.33
Hex A8 1 6 0 63 60 22 166 63 21
Octal 250 1 6 0 143 140 42 546 143 41
Binary 10101000 1 110 0 1100011 1100000 100010 101100110 1100011 100001

Color Harmonies of #A80106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80106

Black with #A80106

Text Example


Text Example

White with #A80106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80106; }

 p { color: rgb(168,1,6); }

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

background-color css

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

 a { background-color: rgb(168,1,6); }

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

border-color css

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

 span { border-color: rgb(168,1,6); }

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