Html Css Color HEX #AB031B Carmine

📋 copy color: '#AB031B'

red 171 ◦ green 3 ◦ blue 27

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

Shades of Carmine #AB031B

Tints of Carmine #AB031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 85.07%
G = 1.49%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB031B (or 0xAB031B) is known color: Carmine. HEX triplet: AB, 03 and 1B. RGB value is (171,3,27). Sum of RGB (Red+Green+Blue) = 171+3+27=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB031B is #54FCE4. Grayscale: #383838. Windows color (decimal): -5569765 or 1770411. OLE color: 1770411.

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

Color convert

RGB 171 3 27 -
CMYK 0 0.98 0.84 0.33
HSL 351.43º 0.97% 0.34% -
HSV(B) 351.43º 0.98% 0.67% -
XYZ 17.02 8.8 1.84 -
YUV 55.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 171 3 27 0 0.98 0.84 0.33 351.43 0.97 0.34
Hex AB 3 1B 0 62 54 21 15F 61 22
Octal 253 3 33 0 142 124 41 537 141 42
Binary 10101011 11 11011 0 1100010 1010100 100001 101011111 1100001 100010

Color Harmonies of #AB031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB031B

Black with #AB031B

Text Example


Text Example

White with #AB031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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