Html Css Color HEX #AB0526 Carmine

📋 copy color: '#AB0526'

red 171 ◦ green 5 ◦ blue 38

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

Shades of Carmine #AB0526

Tints of Carmine #AB0526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.76%

R = 79.91%
G = 2.34%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB0526 (or 0xAB0526) is known color: Carmine. HEX triplet: AB, 05 and 26. RGB value is (171,5,38). Sum of RGB (Red+Green+Blue) = 171+5+38=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0526 is #54FAD9. Grayscale: #3A3A3A. Windows color (decimal): -5569242 or 2491819. OLE color: 2491819.

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

Color convert

RGB 171 5 38 -
CMYK 0 0.97 0.78 0.33
HSL 348.07º 0.94% 0.35% -
HSV(B) 348.07º 0.97% 0.67% -
XYZ 17.2 8.91 2.65 -
YUV 58.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 171 5 38 0 0.97 0.78 0.33 348.07 0.94 0.35
Hex AB 5 26 0 61 4E 21 15C 5E 23
Octal 253 5 46 0 141 116 41 534 136 43
Binary 10101011 101 100110 0 1100001 1001110 100001 101011100 1011110 100011

Color Harmonies of #AB0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0526

Black with #AB0526

Text Example


Text Example

White with #AB0526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0526; }

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

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

background-color css

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

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

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

border-color css

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

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

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