Html Css Color HEX #AB0236 Carmine

📋 copy color: '#AB0236'

red 171 ◦ green 2 ◦ blue 54

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

Shades of Carmine #AB0236

Tints of Carmine #AB0236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.79%

R = 75.33%
G = 0.88%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB0236 (or 0xAB0236) is known color: Carmine. HEX triplet: AB, 02 and 36. RGB value is (171,2,54). Sum of RGB (Red+Green+Blue) = 171+2+54=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0236 is #54FDC9. Grayscale: #3A3A3A. Windows color (decimal): -5569994 or 3539627. OLE color: 3539627.

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

Color convert

RGB 171 2 54 -
CMYK 0 0.99 0.68 0.33
HSL 341.54º 0.98% 0.34% -
HSV(B) 341.54º 0.99% 0.67% -
XYZ 17.48 8.97 4.3 -
YUV 58.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 171 2 54 0 0.99 0.68 0.33 341.54 0.98 0.34
Hex AB 2 36 0 63 44 21 156 62 22
Octal 253 2 66 0 143 104 41 526 142 42
Binary 10101011 10 110110 0 1100011 1000100 100001 101010110 1100010 100010

Color Harmonies of #AB0236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0236

Black with #AB0236

Text Example


Text Example

White with #AB0236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0236; }

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

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

background-color css

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

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

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

border-color css

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

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

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