Html Css Color HEX #AB0520 Carmine

📋 copy color: '#AB0520'

red 171 ◦ green 5 ◦ blue 32

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

Shades of Carmine #AB0520

Tints of Carmine #AB0520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 82.21%
G = 2.4%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB0520 (or 0xAB0520) is known color: Carmine. HEX triplet: AB, 05 and 20. RGB value is (171,5,32). Sum of RGB (Red+Green+Blue) = 171+5+32=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0520 is #54FADF. Grayscale: #393939. Windows color (decimal): -5569248 or 2098603. OLE color: 2098603.

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

Color convert

RGB 171 5 32 -
CMYK 0 0.97 0.81 0.33
HSL 350.24º 0.94% 0.35% -
HSV(B) 350.24º 0.97% 0.67% -
XYZ 17.11 8.87 2.18 -
YUV 57.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 171 5 32 0 0.97 0.81 0.33 350.24 0.94 0.35
Hex AB 5 20 0 61 51 21 15E 5E 23
Octal 253 5 40 0 141 121 41 536 136 43
Binary 10101011 101 100000 0 1100001 1010001 100001 101011110 1011110 100011

Color Harmonies of #AB0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0520

Black with #AB0520

Text Example


Text Example

White with #AB0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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