Html Css Color HEX #AB032E Carmine

📋 copy color: '#AB032E'

red 171 ◦ green 3 ◦ blue 46

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

Shades of Carmine #AB032E

Tints of Carmine #AB032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.91%

R = 77.73%
G = 1.36%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB032E (or 0xAB032E) is known color: Carmine. HEX triplet: AB, 03 and 2E. RGB value is (171,3,46). Sum of RGB (Red+Green+Blue) = 171+3+46=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB032E is #54FCD1. Grayscale: #3A3A3A. Windows color (decimal): -5569746 or 3015595. OLE color: 3015595.

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

Color convert

RGB 171 3 46 -
CMYK 0 0.98 0.73 0.33
HSL 344.64º 0.97% 0.34% -
HSV(B) 344.64º 0.98% 0.67% -
XYZ 17.32 8.92 3.39 -
YUV 58.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 171 3 46 0 0.98 0.73 0.33 344.64 0.97 0.34
Hex AB 3 2E 0 62 49 21 159 61 22
Octal 253 3 56 0 142 111 41 531 141 42
Binary 10101011 11 101110 0 1100010 1001001 100001 101011001 1100001 100010

Color Harmonies of #AB032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB032E

Black with #AB032E

Text Example


Text Example

White with #AB032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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