Html Css Color HEX #AB0134 Carmine

📋 copy color: '#AB0134'

red 171 ◦ green 1 ◦ blue 52

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

Shades of Carmine #AB0134

Tints of Carmine #AB0134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 76.34%
G = 0.45%
B = 23.21%

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

#AB0134 (or 0xAB0134) is known color: Carmine. HEX triplet: AB, 01 and 34. RGB value is (171,1,52). Sum of RGB (Red+Green+Blue) = 171+1+52=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0134 is #54FECB. Grayscale: #393939. Windows color (decimal): -5570252 or 3408299. OLE color: 3408299.

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

Color convert

RGB 171 1 52 -
CMYK 0 0.99 0.70 0.33
HSL 342º 0.99% 0.34% -
HSV(B) 342º 0.99% 0.67% -
XYZ 17.43 8.93 4.05 -
YUV 57.64 124.82 208.85 -
System Red Green Blue C M Y K H S L
Decimal 171 1 52 0 0.99 0.70 0.33 342 0.99 0.34
Hex AB 1 34 0 63 46 21 156 63 22
Octal 253 1 64 0 143 106 41 526 143 42
Binary 10101011 1 110100 0 1100011 1000110 100001 101010110 1100011 100010

Color Harmonies of #AB0134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0134

Black with #AB0134

Text Example


Text Example

White with #AB0134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0134; }

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

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

background-color css

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

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

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

border-color css

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

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

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