Html Css Color HEX #AB052A Carmine

📋 copy color: '#AB052A'

red 171 ◦ green 5 ◦ blue 42

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

Shades of Carmine #AB052A

Tints of Carmine #AB052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.27%

R = 78.44%
G = 2.29%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB052A (or 0xAB052A) is known color: Carmine. HEX triplet: AB, 05 and 2A. RGB value is (171,5,42). Sum of RGB (Red+Green+Blue) = 171+5+42=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB052A is #54FAD5. Grayscale: #3A3A3A. Windows color (decimal): -5569238 or 2753963. OLE color: 2753963.

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

Color convert

RGB 171 5 42 -
CMYK 0 0.97 0.75 0.33
HSL 346.63º 0.94% 0.35% -
HSV(B) 346.63º 0.97% 0.67% -
XYZ 17.27 8.93 3 -
YUV 58.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 171 5 42 0 0.97 0.75 0.33 346.63 0.94 0.35
Hex AB 5 2A 0 61 4B 21 15B 5E 23
Octal 253 5 52 0 141 113 41 533 136 43
Binary 10101011 101 101010 0 1100001 1001011 100001 101011011 1011110 100011

Color Harmonies of #AB052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB052A

Black with #AB052A

Text Example


Text Example

White with #AB052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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