Html Css Color HEX #A1040F Sangria

📋 copy color: '#A1040F'

red 161 ◦ green 4 ◦ blue 15

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

Shades of Sangria #A1040F

Tints of Sangria #A1040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 89.44%
G = 2.22%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1040F (or 0xA1040F) is known color: Sangria. HEX triplet: A1, 04 and 0F. RGB value is (161,4,15). Sum of RGB (Red+Green+Blue) = 161+4+15=180 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.44% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 161 - color contains mainly: red. Hex color #A1040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1040F is #5EFBF0. Grayscale: #343434. Windows color (decimal): -6224881 or 984225. OLE color: 984225.

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

Color convert

RGB 161 4 15 -
CMYK 0 0.98 0.91 0.37
HSL 355.8º 0.95% 0.32% -
HSV(B) 355.8º 0.98% 0.63% -
XYZ 14.83 7.7 1.16 -
YUV 52.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 161 4 15 0 0.98 0.91 0.37 355.8 0.95 0.32
Hex A1 4 F 0 62 5B 25 164 5F 20
Octal 241 4 17 0 142 133 45 544 137 40
Binary 10100001 100 1111 0 1100010 1011011 100101 101100100 1011111 100000

Color Harmonies of #A1040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1040F

Black with #A1040F

Text Example


Text Example

White with #A1040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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