Html Css Color HEX #AB0022 Carmine

📋 copy color: '#AB0022'

red 171 ◦ green 0 ◦ blue 34

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

Shades of Carmine #AB0022

Tints of Carmine #AB0022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.59%

R = 83.41%
G = 0%
B = 16.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB0022 (or 0xAB0022) is known color: Carmine. HEX triplet: AB, 00 and 22. RGB value is (171,0,34). Sum of RGB (Red+Green+Blue) = 171+0+34=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0022 is #54FFDD. Grayscale: #373737. Windows color (decimal): -5570526 or 2228395. OLE color: 2228395.

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

Color convert

RGB 171 0 34 -
CMYK 0 1 0.80 0.33
HSL 348.07º 1% 0.34% -
HSV(B) 348.07º 1% 0.67% -
XYZ 17.08 8.77 2.31 -
YUV 55.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 171 0 34 0 1 0.80 0.33 348.07 1 0.34
Hex AB 0 22 0 64 50 21 15C 64 22
Octal 253 0 42 0 144 120 41 534 144 42
Binary 10101011 0 100010 0 1100100 1010000 100001 101011100 1100100 100010

Color Harmonies of #AB0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0022

Black with #AB0022

Text Example


Text Example

White with #AB0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0022; }

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

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

background-color css

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

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

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

border-color css

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

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

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