Html Css Color HEX #AB022D Carmine

📋 copy color: '#AB022D'

red 171 ◦ green 2 ◦ blue 45

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

Shades of Carmine #AB022D

Tints of Carmine #AB022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 78.44%
G = 0.92%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB022D (or 0xAB022D) is known color: Carmine. HEX triplet: AB, 02 and 2D. RGB value is (171,2,45). Sum of RGB (Red+Green+Blue) = 171+2+45=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB022D is #54FDD2. Grayscale: #393939. Windows color (decimal): -5570003 or 2949803. OLE color: 2949803.

HSL color Cylindrical-coordinate representation of color #AB022D: hue angle of 344.73º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB022D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 45 -
CMYK 0 0.99 0.74 0.33
HSL 344.73º 0.98% 0.34% -
HSV(B) 344.73º 0.99% 0.67% -
XYZ 17.29 8.89 3.29 -
YUV 57.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 171 2 45 0 0.99 0.74 0.33 344.73 0.98 0.34
Hex AB 2 2D 0 63 4A 21 159 62 22
Octal 253 2 55 0 143 112 41 531 142 42
Binary 10101011 10 101101 0 1100011 1001010 100001 101011001 1100010 100010

Color Harmonies of #AB022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB022D

Black with #AB022D

Text Example


Text Example

White with #AB022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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