Html Css Color HEX #AB1226 Carmine

📋 copy color: '#AB1226'

red 171 ◦ green 18 ◦ blue 38

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

Shades of Carmine #AB1226

Tints of Carmine #AB1226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.74%

R = 75.33%
G = 7.93%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB1226 (or 0xAB1226) is known color: Carmine. HEX triplet: AB, 12 and 26. RGB value is (171,18,38). Sum of RGB (Red+Green+Blue) = 171+18+38=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1226 is #54EDD9. Grayscale: #424242. Windows color (decimal): -5565914 or 2495147. OLE color: 2495147.

HSL color Cylindrical-coordinate representation of color #AB1226: hue angle of 352.16º 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 #AB1226 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 38 -
CMYK 0 0.89 0.78 0.33
HSL 352.16º 0.81% 0.37% -
HSV(B) 352.16º 0.89% 0.67% -
XYZ 17.36 9.23 2.7 -
YUV 66.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 171 18 38 0 0.89 0.78 0.33 352.16 0.81 0.37
Hex AB 12 26 0 59 4E 21 160 51 25
Octal 253 22 46 0 131 116 41 540 121 45
Binary 10101011 10010 100110 0 1011001 1001110 100001 101100000 1010001 100101

Color Harmonies of #AB1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1226

Black with #AB1226

Text Example


Text Example

White with #AB1226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1226; }

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

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

background-color css

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

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

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

border-color css

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

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

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