Html Css Color HEX #A11026 Carmine

📋 copy color: '#A11026'

red 161 ◦ green 16 ◦ blue 38

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

Shades of Carmine #A11026

Tints of Carmine #A11026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

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

R = 74.88%
G = 7.44%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A11026 (or 0xA11026) is known color: Carmine. HEX triplet: A1, 10 and 26. RGB value is (161,16,38). Sum of RGB (Red+Green+Blue) = 161+16+38=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A11026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11026 is #5EEFD9. Grayscale: #3D3D3D. Windows color (decimal): -6221786 or 2494625. OLE color: 2494625.

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

Color convert

RGB 161 16 38 -
CMYK 0 0.90 0.76 0.37
HSL 350.9º 0.82% 0.35% -
HSV(B) 350.9º 0.9% 0.63% -
XYZ 15.23 8.09 2.59 -
YUV 61.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 161 16 38 0 0.90 0.76 0.37 350.9 0.82 0.35
Hex A1 10 26 0 5A 4C 25 15F 52 23
Octal 241 20 46 0 132 114 45 537 122 43
Binary 10100001 10000 100110 0 1011010 1001100 100101 101011111 1010010 100011

Color Harmonies of #A11026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11026

Black with #A11026

Text Example


Text Example

White with #A11026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11026; }

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

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

background-color css

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

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

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

border-color css

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

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

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