Html Css Color HEX #A41128 Carmine

📋 copy color: '#A41128'

red 164 ◦ green 17 ◦ blue 40

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

Shades of Carmine #A41128

Tints of Carmine #A41128

RGB

 RED value IS 164 (64.45% from 255) = 74.21%

 GREEN value IS 17 (7.03% from 255) = 7.69%

 BLUE value IS 40 (16.02% from 255) = 18.1%

R = 74.21%
G = 7.69%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A41128 (or 0xA41128) is known color: Carmine. HEX triplet: A4, 11 and 28. RGB value is (164,17,40). Sum of RGB (Red+Green+Blue) = 164+17+40=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A41128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41128 is #5BEED7. Grayscale: #3F3F3F. Windows color (decimal): -6024920 or 2625956. OLE color: 2625956.

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

Color convert

RGB 164 17 40 -
CMYK 0 0.90 0.76 0.36
HSL 350.61º 0.81% 0.35% -
HSV(B) 350.61º 0.9% 0.64% -
XYZ 15.89 8.45 2.8 -
YUV 63.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 164 17 40 0 0.90 0.76 0.36 350.61 0.81 0.35
Hex A4 11 28 0 5A 4C 24 15F 51 23
Octal 244 21 50 0 132 114 44 537 121 43
Binary 10100100 10001 101000 0 1011010 1001100 100100 101011111 1010001 100011

Color Harmonies of #A41128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41128

Black with #A41128

Text Example


Text Example

White with #A41128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41128; }

 p { color: rgb(164,17,40); }

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

background-color css

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

 a { background-color: rgb(164,17,40); }

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

border-color css

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

 span { border-color: rgb(164,17,40); }

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