Html Css Color HEX #A11323 Carmine

📋 copy color: '#A11323'

red 161 ◦ green 19 ◦ blue 35

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

Shades of Carmine #A11323

Tints of Carmine #A11323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.28%

R = 74.88%
G = 8.84%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A11323 (or 0xA11323) is known color: Carmine. HEX triplet: A1, 13 and 23. RGB value is (161,19,35). Sum of RGB (Red+Green+Blue) = 161+19+35=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A11323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11323 is #5EECDC. Grayscale: #3F3F3F. Windows color (decimal): -6221021 or 2298785. OLE color: 2298785.

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

Color convert

RGB 161 19 35 -
CMYK 0 0.88 0.78 0.37
HSL 353.24º 0.79% 0.35% -
HSV(B) 353.24º 0.88% 0.63% -
XYZ 15.23 8.16 2.36 -
YUV 63.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 161 19 35 0 0.88 0.78 0.37 353.24 0.79 0.35
Hex A1 13 23 0 58 4E 25 161 4F 23
Octal 241 23 43 0 130 116 45 541 117 43
Binary 10100001 10011 100011 0 1011000 1001110 100101 101100001 1001111 100011

Color Harmonies of #A11323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11323

Black with #A11323

Text Example


Text Example

White with #A11323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11323; }

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

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

background-color css

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

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

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

border-color css

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

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

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