Html Css Color HEX #AB1227 Carmine

📋 copy color: '#AB1227'

red 171 ◦ green 18 ◦ blue 39

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

Shades of Carmine #AB1227

Tints of Carmine #AB1227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.11%

R = 75%
G = 7.89%
B = 17.11%

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

#AB1227 (or 0xAB1227) is known color: Carmine. HEX triplet: AB, 12 and 27. RGB value is (171,18,39). Sum of RGB (Red+Green+Blue) = 171+18+39=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1227 is #54EDD8. Grayscale: #424242. Windows color (decimal): -5565913 or 2560683. OLE color: 2560683.

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

Color convert

RGB 171 18 39 -
CMYK 0 0.89 0.77 0.33
HSL 351.76º 0.81% 0.37% -
HSV(B) 351.76º 0.89% 0.67% -
XYZ 17.38 9.24 2.79 -
YUV 66.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 171 18 39 0 0.89 0.77 0.33 351.76 0.81 0.37
Hex AB 12 27 0 59 4D 21 160 51 25
Octal 253 22 47 0 131 115 41 540 121 45
Binary 10101011 10010 100111 0 1011001 1001101 100001 101100000 1010001 100101

Color Harmonies of #AB1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1227

Black with #AB1227

Text Example


Text Example

White with #AB1227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1227; }

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

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

background-color css

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

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

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

border-color css

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

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

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