Html Css Color HEX #A1040D Sangria

📋 copy color: '#A1040D'

red 161 ◦ green 4 ◦ blue 13

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

Shades of Sangria #A1040D

Tints of Sangria #A1040D

RGB

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

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

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

R = 90.45%
G = 2.25%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1040D (or 0xA1040D) is known color: Sangria. HEX triplet: A1, 04 and 0D. RGB value is (161,4,13). Sum of RGB (Red+Green+Blue) = 161+4+13=178 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.45% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 161 - color contains mainly: red. Hex color #A1040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1040D is #5EFBF2. Grayscale: #343434. Windows color (decimal): -6224883 or 853153. OLE color: 853153.

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

Color convert

RGB 161 4 13 -
CMYK 0 0.98 0.92 0.37
HSL 356.56º 0.95% 0.32% -
HSV(B) 356.56º 0.98% 0.63% -
XYZ 14.81 7.69 1.08 -
YUV 51.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 161 4 13 0 0.98 0.92 0.37 356.56 0.95 0.32
Hex A1 4 D 0 62 5C 25 165 5F 20
Octal 241 4 15 0 142 134 45 545 137 40
Binary 10100001 100 1101 0 1100010 1011100 100101 101100101 1011111 100000

Color Harmonies of #A1040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1040D

Black with #A1040D

Text Example


Text Example

White with #A1040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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