Html Css Color HEX #AB1228 Carmine

📋 copy color: '#AB1228'

red 171 ◦ green 18 ◦ blue 40

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

Shades of Carmine #AB1228

Tints of Carmine #AB1228

RGB

 RED value IS 171 (67.19% from 255) = 74.67%

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

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

R = 74.67%
G = 7.86%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB1228 (or 0xAB1228) is known color: Carmine. HEX triplet: AB, 12 and 28. RGB value is (171,18,40). Sum of RGB (Red+Green+Blue) = 171+18+40=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1228 is #54EDD7. Grayscale: #424242. Windows color (decimal): -5565912 or 2626219. OLE color: 2626219.

HSL color Cylindrical-coordinate representation of color #AB1228: hue angle of 351.37º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1228 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 40 -
CMYK 0 0.89 0.77 0.33
HSL 351.37º 0.81% 0.37% -
HSV(B) 351.37º 0.89% 0.67% -
XYZ 17.39 9.24 2.87 -
YUV 66.26 113.19 202.71 -
System Red Green Blue C M Y K H S L
Decimal 171 18 40 0 0.89 0.77 0.33 351.37 0.81 0.37
Hex AB 12 28 0 59 4D 21 15F 51 25
Octal 253 22 50 0 131 115 41 537 121 45
Binary 10101011 10010 101000 0 1011001 1001101 100001 101011111 1010001 100101

Color Harmonies of #AB1228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1228

Black with #AB1228

Text Example


Text Example

White with #AB1228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1228; }

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

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

background-color css

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

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

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

border-color css

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

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

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