Html Css Color HEX #AB101C Carmine

📋 copy color: '#AB101C'

red 171 ◦ green 16 ◦ blue 28

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

Shades of Carmine #AB101C

Tints of Carmine #AB101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 79.53%
G = 7.44%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB101C (or 0xAB101C) is known color: Carmine. HEX triplet: AB, 10 and 1C. RGB value is (171,16,28). Sum of RGB (Red+Green+Blue) = 171+16+28=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB101C is #54EFE3. Grayscale: #3F3F3F. Windows color (decimal): -5566436 or 1839275. OLE color: 1839275.

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

Color convert

RGB 171 16 28 -
CMYK 0 0.91 0.84 0.33
HSL 355.35º 0.83% 0.37% -
HSV(B) 355.35º 0.91% 0.67% -
XYZ 17.19 9.11 1.95 -
YUV 63.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 171 16 28 0 0.91 0.84 0.33 355.35 0.83 0.37
Hex AB 10 1C 0 5B 54 21 163 53 25
Octal 253 20 34 0 133 124 41 543 123 45
Binary 10101011 10000 11100 0 1011011 1010100 100001 101100011 1010011 100101

Color Harmonies of #AB101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB101C

Black with #AB101C

Text Example


Text Example

White with #AB101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB101C; }

 p { color: rgb(171,16,28); }

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

background-color css

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

 a { background-color: rgb(171,16,28); }

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

border-color css

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

 span { border-color: rgb(171,16,28); }

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