Html Css Color HEX #AB031A Carmine

📋 copy color: '#AB031A'

red 171 ◦ green 3 ◦ blue 26

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

Shades of Carmine #AB031A

Tints of Carmine #AB031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

 BLUE value IS 26 (10.55% from 255) = 13%

R = 85.5%
G = 1.5%
B = 13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB031A (or 0xAB031A) is known color: Carmine. HEX triplet: AB, 03 and 1A. RGB value is (171,3,26). Sum of RGB (Red+Green+Blue) = 171+3+26=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB031A is #54FCE5. Grayscale: #373737. Windows color (decimal): -5569766 or 1704875. OLE color: 1704875.

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

Color convert

RGB 171 3 26 -
CMYK 0 0.98 0.85 0.33
HSL 351.79º 0.97% 0.34% -
HSV(B) 351.79º 0.98% 0.67% -
XYZ 17.01 8.8 1.78 -
YUV 55.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 171 3 26 0 0.98 0.85 0.33 351.79 0.97 0.34
Hex AB 3 1A 0 62 55 21 160 61 22
Octal 253 3 32 0 142 125 41 540 141 42
Binary 10101011 11 11010 0 1100010 1010101 100001 101100000 1100001 100010

Color Harmonies of #AB031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB031A

Black with #AB031A

Text Example


Text Example

White with #AB031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB031A; }

 p { color: rgb(171,3,26); }

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

background-color css

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

 a { background-color: rgb(171,3,26); }

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

border-color css

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

 span { border-color: rgb(171,3,26); }

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