Html Css Color HEX #A71228 Carmine

📋 copy color: '#A71228'

red 167 ◦ green 18 ◦ blue 40

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

Shades of Carmine #A71228

Tints of Carmine #A71228

RGB

 RED value IS 167 (65.63% from 255) = 74.22%

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

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

R = 74.22%
G = 8%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A71228 (or 0xA71228) is known color: Carmine. HEX triplet: A7, 12 and 28. RGB value is (167,18,40). Sum of RGB (Red+Green+Blue) = 167+18+40=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A71228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71228 is #58EDD7. Grayscale: #414141. Windows color (decimal): -5828056 or 2626215. OLE color: 2626215.

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

Color convert

RGB 167 18 40 -
CMYK 0 0.89 0.76 0.35
HSL 351.14º 0.81% 0.36% -
HSV(B) 351.14º 0.89% 0.65% -
XYZ 16.54 8.8 2.83 -
YUV 65.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 167 18 40 0 0.89 0.76 0.35 351.14 0.81 0.36
Hex A7 12 28 0 59 4C 23 15F 51 24
Octal 247 22 50 0 131 114 43 537 121 44
Binary 10100111 10010 101000 0 1011001 1001100 100011 101011111 1010001 100100

Color Harmonies of #A71228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71228

Black with #A71228

Text Example


Text Example

White with #A71228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71228; }

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

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

background-color css

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

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

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

border-color css

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

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

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