Html Css Color HEX #AB1327 Carmine

📋 copy color: '#AB1327'

red 171 ◦ green 19 ◦ blue 39

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

Shades of Carmine #AB1327

Tints of Carmine #AB1327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 74.67%
G = 8.3%
B = 17.03%

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

#AB1327 (or 0xAB1327) is known color: Carmine. HEX triplet: AB, 13 and 27. RGB value is (171,19,39). Sum of RGB (Red+Green+Blue) = 171+19+39=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1327 is #54ECD8. Grayscale: #424242. Windows color (decimal): -5565657 or 2560939. OLE color: 2560939.

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

Color convert

RGB 171 19 39 -
CMYK 0 0.89 0.77 0.33
HSL 352.11º 0.8% 0.37% -
HSV(B) 352.11º 0.89% 0.67% -
XYZ 17.39 9.27 2.79 -
YUV 66.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 171 19 39 0 0.89 0.77 0.33 352.11 0.8 0.37
Hex AB 13 27 0 59 4D 21 160 50 25
Octal 253 23 47 0 131 115 41 540 120 45
Binary 10101011 10011 100111 0 1011001 1001101 100001 101100000 1010000 100101

Color Harmonies of #AB1327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1327

Black with #AB1327

Text Example


Text Example

White with #AB1327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1327; }

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

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

background-color css

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

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

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

border-color css

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

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

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