Html Css Color HEX #A11024 Carmine

📋 copy color: '#A11024'

red 161 ◦ green 16 ◦ blue 36

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

Shades of Carmine #A11024

Tints of Carmine #A11024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.9%

R = 75.59%
G = 7.51%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A11024 (or 0xA11024) is known color: Carmine. HEX triplet: A1, 10 and 24. RGB value is (161,16,36). Sum of RGB (Red+Green+Blue) = 161+16+36=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A11024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11024 is #5EEFDB. Grayscale: #3D3D3D. Windows color (decimal): -6221788 or 2363553. OLE color: 2363553.

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

Color convert

RGB 161 16 36 -
CMYK 0 0.90 0.78 0.37
HSL 351.72º 0.82% 0.35% -
HSV(B) 351.72º 0.9% 0.63% -
XYZ 15.2 8.08 2.43 -
YUV 61.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 161 16 36 0 0.90 0.78 0.37 351.72 0.82 0.35
Hex A1 10 24 0 5A 4E 25 160 52 23
Octal 241 20 44 0 132 116 45 540 122 43
Binary 10100001 10000 100100 0 1011010 1001110 100101 101100000 1010010 100011

Color Harmonies of #A11024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11024

Black with #A11024

Text Example


Text Example

White with #A11024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11024; }

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

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

background-color css

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

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

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

border-color css

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

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

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