Html Css Color HEX #AB0031 Carmine

📋 copy color: '#AB0031'

red 171 ◦ green 0 ◦ blue 49

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

Shades of Carmine #AB0031

Tints of Carmine #AB0031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 22.27%

R = 77.73%
G = 0%
B = 22.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB0031 (or 0xAB0031) is known color: Carmine. HEX triplet: AB, 00 and 31. RGB value is (171,0,49). Sum of RGB (Red+Green+Blue) = 171+0+49=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0031 is #54FFCE. Grayscale: #383838. Windows color (decimal): -5570511 or 3211435. OLE color: 3211435.

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

Color convert

RGB 171 0 49 -
CMYK 0 1 0.71 0.33
HSL 342.81º 1% 0.34% -
HSV(B) 342.81º 1% 0.67% -
XYZ 17.35 8.88 3.71 -
YUV 56.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 171 0 49 0 1 0.71 0.33 342.81 1 0.34
Hex AB 0 31 0 64 47 21 157 64 22
Octal 253 0 61 0 144 107 41 527 144 42
Binary 10101011 0 110001 0 1100100 1000111 100001 101010111 1100100 100010

Color Harmonies of #AB0031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0031

Black with #AB0031

Text Example


Text Example

White with #AB0031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0031; }

 p { color: rgb(171,0,49); }

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

background-color css

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

 a { background-color: rgb(171,0,49); }

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

border-color css

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

 span { border-color: rgb(171,0,49); }

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