Html Css Color HEX #AB0533 Carmine

📋 copy color: '#AB0533'

red 171 ◦ green 5 ◦ blue 51

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

Shades of Carmine #AB0533

Tints of Carmine #AB0533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 75.33%
G = 2.2%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB0533 (or 0xAB0533) is known color: Carmine. HEX triplet: AB, 05 and 33. RGB value is (171,5,51). Sum of RGB (Red+Green+Blue) = 171+5+51=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0533 is #54FACC. Grayscale: #3B3B3B. Windows color (decimal): -5569229 or 3343787. OLE color: 3343787.

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

Color convert

RGB 171 5 51 -
CMYK 0 0.97 0.70 0.33
HSL 343.37º 0.94% 0.35% -
HSV(B) 343.37º 0.97% 0.67% -
XYZ 17.45 9.01 3.95 -
YUV 59.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 171 5 51 0 0.97 0.70 0.33 343.37 0.94 0.35
Hex AB 5 33 0 61 46 21 157 5E 23
Octal 253 5 63 0 141 106 41 527 136 43
Binary 10101011 101 110011 0 1100001 1000110 100001 101010111 1011110 100011

Color Harmonies of #AB0533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0533

Black with #AB0533

Text Example


Text Example

White with #AB0533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0533; }

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

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

background-color css

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

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

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

border-color css

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

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

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