Html Css Color HEX #AB0226 Carmine

📋 copy color: '#AB0226'

red 171 ◦ green 2 ◦ blue 38

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

Shades of Carmine #AB0226

Tints of Carmine #AB0226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.01%

R = 81.04%
G = 0.95%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB0226 (or 0xAB0226) is known color: Carmine. HEX triplet: AB, 02 and 26. RGB value is (171,2,38). Sum of RGB (Red+Green+Blue) = 171+2+38=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0226 is #54FDD9. Grayscale: #383838. Windows color (decimal): -5570010 or 2491051. OLE color: 2491051.

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

Color convert

RGB 171 2 38 -
CMYK 0 0.99 0.78 0.33
HSL 347.22º 0.98% 0.34% -
HSV(B) 347.22º 0.99% 0.67% -
XYZ 17.17 8.84 2.64 -
YUV 56.64 117.49 209.57 -
System Red Green Blue C M Y K H S L
Decimal 171 2 38 0 0.99 0.78 0.33 347.22 0.98 0.34
Hex AB 2 26 0 63 4E 21 15B 62 22
Octal 253 2 46 0 143 116 41 533 142 42
Binary 10101011 10 100110 0 1100011 1001110 100001 101011011 1100010 100010

Color Harmonies of #AB0226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0226

Black with #AB0226

Text Example


Text Example

White with #AB0226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0226; }

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

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

background-color css

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

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

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

border-color css

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

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

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