Html Css Color HEX #AB021C Carmine

📋 copy color: '#AB021C'

red 171 ◦ green 2 ◦ blue 28

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

Shades of Carmine #AB021C

Tints of Carmine #AB021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 85.07%
G = 1%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB021C (or 0xAB021C) is known color: Carmine. HEX triplet: AB, 02 and 1C. RGB value is (171,2,28). Sum of RGB (Red+Green+Blue) = 171+2+28=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB021C is #54FDE3. Grayscale: #373737. Windows color (decimal): -5570020 or 1835691. OLE color: 1835691.

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

Color convert

RGB 171 2 28 -
CMYK 0 0.99 0.84 0.33
HSL 350.77º 0.98% 0.34% -
HSV(B) 350.77º 0.99% 0.67% -
XYZ 17.03 8.79 1.9 -
YUV 55.5 112.49 210.39 -
System Red Green Blue C M Y K H S L
Decimal 171 2 28 0 0.99 0.84 0.33 350.77 0.98 0.34
Hex AB 2 1C 0 63 54 21 15F 62 22
Octal 253 2 34 0 143 124 41 537 142 42
Binary 10101011 10 11100 0 1100011 1010100 100001 101011111 1100010 100010

Color Harmonies of #AB021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB021C

Black with #AB021C

Text Example


Text Example

White with #AB021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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