Html Css Color HEX #AB0139 Cardinal

📋 copy color: '#AB0139'

red 171 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #AB0139

Tints of Cardinal #AB0139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.89%

R = 74.67%
G = 0.44%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB0139 (or 0xAB0139) is known color: Cardinal. HEX triplet: AB, 01 and 39. RGB value is (171,1,57). Sum of RGB (Red+Green+Blue) = 171+1+57=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0139 is #54FEC6. Grayscale: #3A3A3A. Windows color (decimal): -5570247 or 3735979. OLE color: 3735979.

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

Color convert

RGB 171 1 57 -
CMYK 0 0.99 0.67 0.33
HSL 340.24º 0.99% 0.34% -
HSV(B) 340.24º 0.99% 0.67% -
XYZ 17.54 8.98 4.68 -
YUV 58.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 171 1 57 0 0.99 0.67 0.33 340.24 0.99 0.34
Hex AB 1 39 0 63 43 21 154 63 22
Octal 253 1 71 0 143 103 41 524 143 42
Binary 10101011 1 111001 0 1100011 1000011 100001 101010100 1100011 100010

Color Harmonies of #AB0139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0139

Black with #AB0139

Text Example


Text Example

White with #AB0139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0139; }

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

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

background-color css

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

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

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

border-color css

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

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

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