Html Css Color HEX #A11025 Carmine

📋 copy color: '#A11025'

red 161 ◦ green 16 ◦ blue 37

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

Shades of Carmine #A11025

Tints of Carmine #A11025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.29%

R = 75.23%
G = 7.48%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A11025 (or 0xA11025) is known color: Carmine. HEX triplet: A1, 10 and 25. RGB value is (161,16,37). Sum of RGB (Red+Green+Blue) = 161+16+37=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A11025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11025 is #5EEFDA. Grayscale: #3D3D3D. Windows color (decimal): -6221787 or 2429089. OLE color: 2429089.

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

Color convert

RGB 161 16 37 -
CMYK 0 0.90 0.77 0.37
HSL 351.31º 0.82% 0.35% -
HSV(B) 351.31º 0.9% 0.63% -
XYZ 15.22 8.08 2.51 -
YUV 61.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 161 16 37 0 0.90 0.77 0.37 351.31 0.82 0.35
Hex A1 10 25 0 5A 4D 25 15F 52 23
Octal 241 20 45 0 132 115 45 537 122 43
Binary 10100001 10000 100101 0 1011010 1001101 100101 101011111 1010010 100011

Color Harmonies of #A11025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11025

Black with #A11025

Text Example


Text Example

White with #A11025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11025; }

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

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

background-color css

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

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

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

border-color css

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

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

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