Html Css Color HEX #AB003A Cardinal

📋 copy color: '#AB003A'

red 171 ◦ green 0 ◦ blue 58

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

Shades of Cardinal #AB003A

Tints of Cardinal #AB003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 25.33%

R = 74.67%
G = 0%
B = 25.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB003A (or 0xAB003A) is known color: Cardinal. HEX triplet: AB, 00 and 3A. RGB value is (171,0,58). Sum of RGB (Red+Green+Blue) = 171+0+58=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB003A is #54FFC5. Grayscale: #393939. Windows color (decimal): -5570502 or 3801259. OLE color: 3801259.

HSL color Cylindrical-coordinate representation of color #AB003A: hue angle of 339.65º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB003A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 0 58 -
CMYK 0 1 0.66 0.33
HSL 339.65º 1% 0.34% -
HSV(B) 339.65º 1% 0.67% -
XYZ 17.56 8.96 4.81 -
YUV 57.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 171 0 58 0 1 0.66 0.33 339.65 1 0.34
Hex AB 0 3A 0 64 42 21 154 64 22
Octal 253 0 72 0 144 102 41 524 144 42
Binary 10101011 0 111010 0 1100100 1000010 100001 101010100 1100100 100010

Color Harmonies of #AB003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB003A

Black with #AB003A

Text Example


Text Example

White with #AB003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB003A; }

 p { color: rgb(171,0,58); }

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

background-color css

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

 a { background-color: rgb(171,0,58); }

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

border-color css

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

 span { border-color: rgb(171,0,58); }

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