Html Css Color HEX #A1050C Sangria

📋 copy color: '#A1050C'

red 161 ◦ green 5 ◦ blue 12

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

Shades of Sangria #A1050C

Tints of Sangria #A1050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 90.45%
G = 2.81%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1050C (or 0xA1050C) is known color: Sangria. HEX triplet: A1, 05 and 0C. RGB value is (161,5,12). Sum of RGB (Red+Green+Blue) = 161+5+12=178 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.45% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 161 - color contains mainly: red. Hex color #A1050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1050C is #5EFAF3. Grayscale: #343434. Windows color (decimal): -6224628 or 787873. OLE color: 787873.

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

Color convert

RGB 161 5 12 -
CMYK 0 0.97 0.93 0.37
HSL 357.31º 0.94% 0.33% -
HSV(B) 357.31º 0.97% 0.63% -
XYZ 14.82 7.71 1.06 -
YUV 52.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 161 5 12 0 0.97 0.93 0.37 357.31 0.94 0.33
Hex A1 5 C 0 61 5D 25 165 5E 21
Octal 241 5 14 0 141 135 45 545 136 41
Binary 10100001 101 1100 0 1100001 1011101 100101 101100101 1011110 100001

Color Harmonies of #A1050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1050C

Black with #A1050C

Text Example


Text Example

White with #A1050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1050C; }

 p { color: rgb(161,5,12); }

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

background-color css

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

 a { background-color: rgb(161,5,12); }

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

border-color css

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

 span { border-color: rgb(161,5,12); }

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