Html Css Color HEX #AB0C40 Cardinal

📋 copy color: '#AB0C40'

red 171 ◦ green 12 ◦ blue 64

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

Shades of Cardinal #AB0C40

Tints of Cardinal #AB0C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 69.23%
G = 4.86%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB0C40 (or 0xAB0C40) is known color: Cardinal. HEX triplet: AB, 0C and 40. RGB value is (171,12,64). Sum of RGB (Red+Green+Blue) = 171+12+64=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C40 is #54F3BF. Grayscale: #414141. Windows color (decimal): -5567424 or 4197547. OLE color: 4197547.

HSL color Cylindrical-coordinate representation of color #AB0C40: hue angle of 340.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C40 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 64 -
CMYK 0 0.93 0.63 0.33
HSL 340.38º 0.87% 0.36% -
HSV(B) 340.38º 0.93% 0.67% -
XYZ 17.85 9.29 5.7 -
YUV 65.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 171 12 64 0 0.93 0.63 0.33 340.38 0.87 0.36
Hex AB C 40 0 5D 3F 21 154 57 24
Octal 253 14 100 0 135 77 41 524 127 44
Binary 10101011 1100 1000000 0 1011101 111111 100001 101010100 1010111 100100

Color Harmonies of #AB0C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C40

Black with #AB0C40

Text Example


Text Example

White with #AB0C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C40; }

 p { color: rgb(171,12,64); }

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

background-color css

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

 a { background-color: rgb(171,12,64); }

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

border-color css

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

 span { border-color: rgb(171,12,64); }

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