Html Css Color HEX #A1010D Sangria

📋 copy color: '#A1010D'

red 161 ◦ green 1 ◦ blue 13

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

Shades of Sangria #A1010D

Tints of Sangria #A1010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 92%
G = 0.57%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1010D (or 0xA1010D) is known color: Sangria. HEX triplet: A1, 01 and 0D. RGB value is (161,1,13). Sum of RGB (Red+Green+Blue) = 161+1+13=175 (23% of max value = 765). Red value is 161 (63.28% from 255 or 92% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 161 - color contains mainly: red. Hex color #A1010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1010D is #5EFEF2. Grayscale: #323232. Windows color (decimal): -6225651 or 852385. OLE color: 852385.

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

Color convert

RGB 161 1 13 -
CMYK 0 0.99 0.92 0.37
HSL 355.5º 0.99% 0.32% -
HSV(B) 355.5º 0.99% 0.63% -
XYZ 14.78 7.63 1.07 -
YUV 50.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 161 1 13 0 0.99 0.92 0.37 355.5 0.99 0.32
Hex A1 1 D 0 63 5C 25 164 63 20
Octal 241 1 15 0 143 134 45 544 143 40
Binary 10100001 1 1101 0 1100011 1011100 100101 101100100 1100011 100000

Color Harmonies of #A1010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1010D

Black with #A1010D

Text Example


Text Example

White with #A1010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1010D; }

 p { color: rgb(161,1,13); }

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

background-color css

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

 a { background-color: rgb(161,1,13); }

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

border-color css

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

 span { border-color: rgb(161,1,13); }

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