Html Css Color HEX #A1000B Sangria

📋 copy color: '#A1000B'

red 161 ◦ green 0 ◦ blue 11

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

Shades of Sangria #A1000B

Tints of Sangria #A1000B

RGB

 RED value IS 161 (63.28% from 255) = 93.6%

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

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

R = 93.6%
G = 0%
B = 6.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1000B (or 0xA1000B) is known color: Sangria. HEX triplet: A1, 00 and 0B. RGB value is (161,0,11). Sum of RGB (Red+Green+Blue) = 161+0+11=172 (22% of max value = 765). Red value is 161 (63.28% from 255 or 93.60% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 161 - color contains mainly: red. Hex color #A1000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1000B is #5EFFF4. Grayscale: #313131. Windows color (decimal): -6225909 or 721057. OLE color: 721057.

HSL color Cylindrical-coordinate representation of color #A1000B: hue angle of 355.9º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 0 11 -
CMYK 0 1 0.93 0.37
HSL 355.9º 1% 0.32% -
HSV(B) 355.9º 1% 0.63% -
XYZ 14.76 7.6 1.01 -
YUV 49.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 161 0 11 0 1 0.93 0.37 355.9 1 0.32
Hex A1 0 B 0 64 5D 25 164 64 20
Octal 241 0 13 0 144 135 45 544 144 40
Binary 10100001 0 1011 0 1100100 1011101 100101 101100100 1100100 100000

Color Harmonies of #A1000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1000B

Black with #A1000B

Text Example


Text Example

White with #A1000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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