Html Css Color HEX #A11326 Carmine

📋 copy color: '#A11326'

red 161 ◦ green 19 ◦ blue 38

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

Shades of Carmine #A11326

Tints of Carmine #A11326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 38 (15.23% from 255) = 17.43%

R = 73.85%
G = 8.72%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A11326 (or 0xA11326) is known color: Carmine. HEX triplet: A1, 13 and 26. RGB value is (161,19,38). Sum of RGB (Red+Green+Blue) = 161+19+38=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A11326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11326 is #5EECD9. Grayscale: #3F3F3F. Windows color (decimal): -6221018 or 2495393. OLE color: 2495393.

HSL color Cylindrical-coordinate representation of color #A11326: hue angle of 351.97º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11326 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 19 38 -
CMYK 0 0.88 0.76 0.37
HSL 351.97º 0.79% 0.35% -
HSV(B) 351.97º 0.88% 0.63% -
XYZ 15.28 8.18 2.61 -
YUV 63.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 161 19 38 0 0.88 0.76 0.37 351.97 0.79 0.35
Hex A1 13 26 0 58 4C 25 160 4F 23
Octal 241 23 46 0 130 114 45 540 117 43
Binary 10100001 10011 100110 0 1011000 1001100 100101 101100000 1001111 100011

Color Harmonies of #A11326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11326

Black with #A11326

Text Example


Text Example

White with #A11326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11326; }

 p { color: rgb(161,19,38); }

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

background-color css

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

 a { background-color: rgb(161,19,38); }

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

border-color css

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

 span { border-color: rgb(161,19,38); }

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