Html Css Color HEX #A6000B Sangria

📋 copy color: '#A6000B'

red 166 ◦ green 0 ◦ blue 11

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

Shades of Sangria #A6000B

Tints of Sangria #A6000B

RGB

 RED value IS 166 (65.23% from 255) = 93.79%

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

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

R = 93.79%
G = 0%
B = 6.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6000B (or 0xA6000B) is known color: Sangria. HEX triplet: A6, 00 and 0B. RGB value is (166,0,11). Sum of RGB (Red+Green+Blue) = 166+0+11=177 (23% of max value = 765). Red value is 166 (65.23% from 255 or 93.79% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 166 - color contains mainly: red. Hex color #A6000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6000B is #59FFF4. Grayscale: #333333. Windows color (decimal): -5898229 or 721062. OLE color: 721062.

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

Color convert

RGB 166 0 11 -
CMYK 0 1 0.93 0.35
HSL 356.02º 1% 0.33% -
HSV(B) 356.02º 1% 0.65% -
XYZ 15.79 8.13 1.05 -
YUV 50.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 166 0 11 0 1 0.93 0.35 356.02 1 0.33
Hex A6 0 B 0 64 5D 23 164 64 21
Octal 246 0 13 0 144 135 43 544 144 41
Binary 10100110 0 1011 0 1100100 1011101 100011 101100100 1100100 100001

Color Harmonies of #A6000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6000B

Black with #A6000B

Text Example


Text Example

White with #A6000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6000B; }

 p { color: rgb(166,0,11); }

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

background-color css

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

 a { background-color: rgb(166,0,11); }

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

border-color css

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

 span { border-color: rgb(166,0,11); }

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