Html Css Color HEX #AB042D Carmine

📋 copy color: '#AB042D'

red 171 ◦ green 4 ◦ blue 45

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

Shades of Carmine #AB042D

Tints of Carmine #AB042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 77.73%
G = 1.82%
B = 20.45%

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

#AB042D (or 0xAB042D) is known color: Carmine. HEX triplet: AB, 04 and 2D. RGB value is (171,4,45). Sum of RGB (Red+Green+Blue) = 171+4+45=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB042D is #54FBD2. Grayscale: #3A3A3A. Windows color (decimal): -5569491 or 2950315. OLE color: 2950315.

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

Color convert

RGB 171 4 45 -
CMYK 0 0.98 0.74 0.33
HSL 345.27º 0.95% 0.34% -
HSV(B) 345.27º 0.98% 0.67% -
XYZ 17.31 8.93 3.29 -
YUV 58.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 171 4 45 0 0.98 0.74 0.33 345.27 0.95 0.34
Hex AB 4 2D 0 62 4A 21 159 5F 22
Octal 253 4 55 0 142 112 41 531 137 42
Binary 10101011 100 101101 0 1100010 1001010 100001 101011001 1011111 100010

Color Harmonies of #AB042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB042D

Black with #AB042D

Text Example


Text Example

White with #AB042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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