Html Css Color HEX #A10204 Sangria

📋 copy color: '#A10204'

red 161 ◦ green 2 ◦ blue 4

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

Shades of Sangria #A10204

Tints of Sangria #A10204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 96.41%
G = 1.2%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A10204 (or 0xA10204) is known color: Sangria. HEX triplet: A1, 02 and 04. RGB value is (161,2,4). Sum of RGB (Red+Green+Blue) = 161+2+4=167 (22% of max value = 765). Red value is 161 (63.28% from 255 or 96.41% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 161 - color contains mainly: red. Hex color #A10204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10204 is #5EFDFB. Grayscale: #313131. Windows color (decimal): -6225404 or 262817. OLE color: 262817.

HSL color Cylindrical-coordinate representation of color #A10204: hue angle of 359.25º degrees, saturation: 0.98, 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 #A10204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 4 -
CMYK 0 0.99 0.98 0.37
HSL 359.25º 0.98% 0.32% -
HSV(B) 359.25º 0.99% 0.63% -
XYZ 14.74 7.63 0.81 -
YUV 49.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 161 2 4 0 0.99 0.98 0.37 359.25 0.98 0.32
Hex A1 2 4 0 63 62 25 167 62 20
Octal 241 2 4 0 143 142 45 547 142 40
Binary 10100001 10 100 0 1100011 1100010 100101 101100111 1100010 100000

Color Harmonies of #A10204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10204

Black with #A10204

Text Example


Text Example

White with #A10204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10204; }

 p { color: rgb(161,2,4); }

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

background-color css

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

 a { background-color: rgb(161,2,4); }

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

border-color css

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

 span { border-color: rgb(161,2,4); }

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