Html Css Color HEX #A41228 Carmine

📋 copy color: '#A41228'

red 164 ◦ green 18 ◦ blue 40

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

Shades of Carmine #A41228

Tints of Carmine #A41228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 73.87%
G = 8.11%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A41228 (or 0xA41228) is known color: Carmine. HEX triplet: A4, 12 and 28. RGB value is (164,18,40). Sum of RGB (Red+Green+Blue) = 164+18+40=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A41228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41228 is #5BEDD7. Grayscale: #404040. Windows color (decimal): -6024664 or 2626212. OLE color: 2626212.

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

Color convert

RGB 164 18 40 -
CMYK 0 0.89 0.76 0.36
HSL 350.96º 0.8% 0.36% -
HSV(B) 350.96º 0.89% 0.64% -
XYZ 15.91 8.48 2.81 -
YUV 64.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 164 18 40 0 0.89 0.76 0.36 350.96 0.8 0.36
Hex A4 12 28 0 59 4C 24 15F 50 24
Octal 244 22 50 0 131 114 44 537 120 44
Binary 10100100 10010 101000 0 1011001 1001100 100100 101011111 1010000 100100

Color Harmonies of #A41228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41228

Black with #A41228

Text Example


Text Example

White with #A41228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41228; }

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

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

background-color css

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

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

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

border-color css

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

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

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