Html Css Color HEX #AB032B Carmine

📋 copy color: '#AB032B'

red 171 ◦ green 3 ◦ blue 43

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

Shades of Carmine #AB032B

Tints of Carmine #AB032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 78.8%
G = 1.38%
B = 19.82%

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

#AB032B (or 0xAB032B) is known color: Carmine. HEX triplet: AB, 03 and 2B. RGB value is (171,3,43). Sum of RGB (Red+Green+Blue) = 171+3+43=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB032B is #54FCD4. Grayscale: #393939. Windows color (decimal): -5569749 or 2818987. OLE color: 2818987.

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

Color convert

RGB 171 3 43 -
CMYK 0 0.98 0.75 0.33
HSL 345.71º 0.97% 0.34% -
HSV(B) 345.71º 0.98% 0.67% -
XYZ 17.26 8.9 3.09 -
YUV 57.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 171 3 43 0 0.98 0.75 0.33 345.71 0.97 0.34
Hex AB 3 2B 0 62 4B 21 15A 61 22
Octal 253 3 53 0 142 113 41 532 141 42
Binary 10101011 11 101011 0 1100010 1001011 100001 101011010 1100001 100010

Color Harmonies of #AB032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB032B

Black with #AB032B

Text Example


Text Example

White with #AB032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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