Html Css Color HEX #A1040C Sangria

📋 copy color: '#A1040C'

red 161 ◦ green 4 ◦ blue 12

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

Shades of Sangria #A1040C

Tints of Sangria #A1040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

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

R = 90.96%
G = 2.26%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1040C (or 0xA1040C) is known color: Sangria. HEX triplet: A1, 04 and 0C. RGB value is (161,4,12). Sum of RGB (Red+Green+Blue) = 161+4+12=177 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.96% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 161 - color contains mainly: red. Hex color #A1040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1040C is #5EFBF3. Grayscale: #333333. Windows color (decimal): -6224884 or 787617. OLE color: 787617.

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

Color convert

RGB 161 4 12 -
CMYK 0 0.98 0.93 0.37
HSL 356.94º 0.95% 0.32% -
HSV(B) 356.94º 0.98% 0.63% -
XYZ 14.81 7.69 1.05 -
YUV 51.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 161 4 12 0 0.98 0.93 0.37 356.94 0.95 0.32
Hex A1 4 C 0 62 5D 25 165 5F 20
Octal 241 4 14 0 142 135 45 545 137 40
Binary 10100001 100 1100 0 1100010 1011101 100101 101100101 1011111 100000

Color Harmonies of #A1040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1040C

Black with #A1040C

Text Example


Text Example

White with #A1040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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