Html Css Color HEX #A1051A Carmine

📋 copy color: '#A1051A'

red 161 ◦ green 5 ◦ blue 26

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

Shades of Carmine #A1051A

Tints of Carmine #A1051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

 BLUE value IS 26 (10.55% from 255) = 13.54%

R = 83.85%
G = 2.6%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1051A (or 0xA1051A) is known color: Carmine. HEX triplet: A1, 05 and 1A. RGB value is (161,5,26). Sum of RGB (Red+Green+Blue) = 161+5+26=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A1051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1051A is #5EFAE5. Grayscale: #363636. Windows color (decimal): -6224614 or 1705377. OLE color: 1705377.

HSL color Cylindrical-coordinate representation of color #A1051A: hue angle of 351.92º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1051A is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 5 26 -
CMYK 0 0.97 0.84 0.37
HSL 351.92º 0.94% 0.33% -
HSV(B) 351.92º 0.97% 0.63% -
XYZ 14.94 7.76 1.69 -
YUV 54.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 161 5 26 0 0.97 0.84 0.37 351.92 0.94 0.33
Hex A1 5 1A 0 61 54 25 160 5E 21
Octal 241 5 32 0 141 124 45 540 136 41
Binary 10100001 101 11010 0 1100001 1010100 100101 101100000 1011110 100001

Color Harmonies of #A1051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1051A

Black with #A1051A

Text Example


Text Example

White with #A1051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1051A; }

 p { color: rgb(161,5,26); }

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

background-color css

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

 a { background-color: rgb(161,5,26); }

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

border-color css

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

 span { border-color: rgb(161,5,26); }

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