Html Css Color HEX #A81228 Carmine

📋 copy color: '#A81228'

red 168 ◦ green 18 ◦ blue 40

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

Shades of Carmine #A81228

Tints of Carmine #A81228

RGB

 RED value IS 168 (66.02% from 255) = 74.34%

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

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

R = 74.34%
G = 7.96%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A81228 (or 0xA81228) is known color: Carmine. HEX triplet: A8, 12 and 28. RGB value is (168,18,40). Sum of RGB (Red+Green+Blue) = 168+18+40=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A81228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81228 is #57EDD7. Grayscale: #414141. Windows color (decimal): -5762520 or 2626216. OLE color: 2626216.

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

Color convert

RGB 168 18 40 -
CMYK 0 0.89 0.76 0.34
HSL 351.2º 0.81% 0.36% -
HSV(B) 351.2º 0.89% 0.66% -
XYZ 16.75 8.91 2.84 -
YUV 65.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 168 18 40 0 0.89 0.76 0.34 351.2 0.81 0.36
Hex A8 12 28 0 59 4C 22 15F 51 24
Octal 250 22 50 0 131 114 42 537 121 44
Binary 10101000 10010 101000 0 1011001 1001100 100010 101011111 1010001 100100

Color Harmonies of #A81228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81228

Black with #A81228

Text Example


Text Example

White with #A81228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81228; }

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

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

background-color css

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

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

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

border-color css

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

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

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