Html Css Color HEX #AB0231 Carmine

📋 copy color: '#AB0231'

red 171 ◦ green 2 ◦ blue 49

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

Shades of Carmine #AB0231

Tints of Carmine #AB0231

RGB

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

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

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

R = 77.03%
G = 0.9%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB0231 (or 0xAB0231) is known color: Carmine. HEX triplet: AB, 02 and 31. RGB value is (171,2,49). Sum of RGB (Red+Green+Blue) = 171+2+49=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0231 is #54FDCE. Grayscale: #393939. Windows color (decimal): -5569999 or 3211947. OLE color: 3211947.

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

Color convert

RGB 171 2 49 -
CMYK 0 0.99 0.71 0.33
HSL 343.31º 0.98% 0.34% -
HSV(B) 343.31º 0.99% 0.67% -
XYZ 17.37 8.92 3.71 -
YUV 57.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 171 2 49 0 0.99 0.71 0.33 343.31 0.98 0.34
Hex AB 2 31 0 63 47 21 157 62 22
Octal 253 2 61 0 143 107 41 527 142 42
Binary 10101011 10 110001 0 1100011 1000111 100001 101010111 1100010 100010

Color Harmonies of #AB0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0231

Black with #AB0231

Text Example


Text Example

White with #AB0231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0231; }

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

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

background-color css

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

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

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

border-color css

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

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

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