Html Css Color HEX #AB032C Carmine

📋 copy color: '#AB032C'

red 171 ◦ green 3 ◦ blue 44

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

Shades of Carmine #AB032C

Tints of Carmine #AB032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.18%

R = 78.44%
G = 1.38%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB032C (or 0xAB032C) is known color: Carmine. HEX triplet: AB, 03 and 2C. RGB value is (171,3,44). Sum of RGB (Red+Green+Blue) = 171+3+44=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB032C is #54FCD3. Grayscale: #393939. Windows color (decimal): -5569748 or 2884523. OLE color: 2884523.

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

Color convert

RGB 171 3 44 -
CMYK 0 0.98 0.74 0.33
HSL 345.36º 0.97% 0.34% -
HSV(B) 345.36º 0.98% 0.67% -
XYZ 17.28 8.9 3.19 -
YUV 57.91 120.16 208.67 -
System Red Green Blue C M Y K H S L
Decimal 171 3 44 0 0.98 0.74 0.33 345.36 0.97 0.34
Hex AB 3 2C 0 62 4A 21 159 61 22
Octal 253 3 54 0 142 112 41 531 141 42
Binary 10101011 11 101100 0 1100010 1001010 100001 101011001 1100001 100010

Color Harmonies of #AB032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB032C

Black with #AB032C

Text Example


Text Example

White with #AB032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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