Html Css Color HEX #AB002B Carmine

📋 copy color: '#AB002B'

red 171 ◦ green 0 ◦ blue 43

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

Shades of Carmine #AB002B

Tints of Carmine #AB002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.91%
G = 0%
B = 20.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB002B (or 0xAB002B) is known color: Carmine. HEX triplet: AB, 00 and 2B. RGB value is (171,0,43). Sum of RGB (Red+Green+Blue) = 171+0+43=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB002B is #54FFD4. Grayscale: #383838. Windows color (decimal): -5570517 or 2818219. OLE color: 2818219.

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

Color convert

RGB 171 0 43 -
CMYK 0 1 0.75 0.33
HSL 344.91º 1% 0.34% -
HSV(B) 344.91º 1% 0.67% -
XYZ 17.23 8.83 3.08 -
YUV 56.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 171 0 43 0 1 0.75 0.33 344.91 1 0.34
Hex AB 0 2B 0 64 4B 21 159 64 22
Octal 253 0 53 0 144 113 41 531 144 42
Binary 10101011 0 101011 0 1100100 1001011 100001 101011001 1100100 100010

Color Harmonies of #AB002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB002B

Black with #AB002B

Text Example


Text Example

White with #AB002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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