Html Css Color HEX #AB0233 Carmine

📋 copy color: '#AB0233'

red 171 ◦ green 2 ◦ blue 51

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

Shades of Carmine #AB0233

Tints of Carmine #AB0233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.77%

R = 76.34%
G = 0.89%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB0233 (or 0xAB0233) is known color: Carmine. HEX triplet: AB, 02 and 33. RGB value is (171,2,51). Sum of RGB (Red+Green+Blue) = 171+2+51=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0233 is #54FDCC. Grayscale: #3A3A3A. Windows color (decimal): -5569997 or 3343019. OLE color: 3343019.

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

Color convert

RGB 171 2 51 -
CMYK 0 0.99 0.70 0.33
HSL 342.6º 0.98% 0.34% -
HSV(B) 342.6º 0.99% 0.67% -
XYZ 17.41 8.94 3.94 -
YUV 58.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 171 2 51 0 0.99 0.70 0.33 342.6 0.98 0.34
Hex AB 2 33 0 63 46 21 157 62 22
Octal 253 2 63 0 143 106 41 527 142 42
Binary 10101011 10 110011 0 1100011 1000110 100001 101010111 1100010 100010

Color Harmonies of #AB0233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0233

Black with #AB0233

Text Example


Text Example

White with #AB0233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0233; }

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

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

background-color css

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

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

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

border-color css

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

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

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