Html Css Color HEX #AB042B Carmine

📋 copy color: '#AB042B'

red 171 ◦ green 4 ◦ blue 43

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

Shades of Carmine #AB042B

Tints of Carmine #AB042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 78.44%
G = 1.83%
B = 19.72%

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

#AB042B (or 0xAB042B) is known color: Carmine. HEX triplet: AB, 04 and 2B. RGB value is (171,4,43). Sum of RGB (Red+Green+Blue) = 171+4+43=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB042B is #54FBD4. Grayscale: #3A3A3A. Windows color (decimal): -5569493 or 2819243. OLE color: 2819243.

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

Color convert

RGB 171 4 43 -
CMYK 0 0.98 0.75 0.33
HSL 345.99º 0.95% 0.34% -
HSV(B) 345.99º 0.98% 0.67% -
XYZ 17.27 8.92 3.1 -
YUV 58.38 119.33 208.33 -
System Red Green Blue C M Y K H S L
Decimal 171 4 43 0 0.98 0.75 0.33 345.99 0.95 0.34
Hex AB 4 2B 0 62 4B 21 15A 5F 22
Octal 253 4 53 0 142 113 41 532 137 42
Binary 10101011 100 101011 0 1100010 1001011 100001 101011010 1011111 100010

Color Harmonies of #AB042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB042B

Black with #AB042B

Text Example


Text Example

White with #AB042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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