Html Css Color HEX #AB032A Carmine

📋 copy color: '#AB032A'

red 171 ◦ green 3 ◦ blue 42

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

Shades of Carmine #AB032A

Tints of Carmine #AB032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.39%

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

R = 79.17%
G = 1.39%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB032A (or 0xAB032A) is known color: Carmine. HEX triplet: AB, 03 and 2A. RGB value is (171,3,42). Sum of RGB (Red+Green+Blue) = 171+3+42=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB032A is #54FCD5. Grayscale: #393939. Windows color (decimal): -5569750 or 2753451. OLE color: 2753451.

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

Color convert

RGB 171 3 42 -
CMYK 0 0.98 0.75 0.33
HSL 346.07º 0.97% 0.34% -
HSV(B) 346.07º 0.98% 0.67% -
XYZ 17.25 8.89 3 -
YUV 57.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 171 3 42 0 0.98 0.75 0.33 346.07 0.97 0.34
Hex AB 3 2A 0 62 4B 21 15A 61 22
Octal 253 3 52 0 142 113 41 532 141 42
Binary 10101011 11 101010 0 1100010 1001011 100001 101011010 1100001 100010

Color Harmonies of #AB032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB032A

Black with #AB032A

Text Example


Text Example

White with #AB032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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