Html Css Color HEX #AB0234 Carmine

📋 copy color: '#AB0234'

red 171 ◦ green 2 ◦ blue 52

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

Shades of Carmine #AB0234

Tints of Carmine #AB0234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.11%

R = 76%
G = 0.89%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB0234 (or 0xAB0234) is known color: Carmine. HEX triplet: AB, 02 and 34. RGB value is (171,2,52). Sum of RGB (Red+Green+Blue) = 171+2+52=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0234 is #54FDCB. Grayscale: #3A3A3A. Windows color (decimal): -5569996 or 3408555. OLE color: 3408555.

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

Color convert

RGB 171 2 52 -
CMYK 0 0.99 0.70 0.33
HSL 342.25º 0.98% 0.34% -
HSV(B) 342.25º 0.99% 0.67% -
XYZ 17.44 8.95 4.06 -
YUV 58.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 171 2 52 0 0.99 0.70 0.33 342.25 0.98 0.34
Hex AB 2 34 0 63 46 21 156 62 22
Octal 253 2 64 0 143 106 41 526 142 42
Binary 10101011 10 110100 0 1100011 1000110 100001 101010110 1100010 100010

Color Harmonies of #AB0234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0234

Black with #AB0234

Text Example


Text Example

White with #AB0234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0234; }

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

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

background-color css

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

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

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

border-color css

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

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

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