#AD1C43

Color #AD1C43 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AD1C43

Tints of Cardinal #AD1C43

Color information

#AD1C43 (or 0xAD1C43) is unknown color: approx Cardinal. HEX triplet: AD, 1C and 43. RGB value is (173,28,67). Sum of RGB (Red+Green+Blue) = 173+28+67=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C43 is #52E3BC. Grayscale: #4B4B4B. Windows color (decimal): -5432253 or 4398253. OLE color: 4398253.

HSL color Cylindrical-coordinate representation of color #AD1C43: hue angle of 343.86º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C43 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1732867-
CMYK00.840.610.32
HSL343.86º72.14%39.41%-
HSV(B)343.86º83.82%67.84%-
XYZ18.6610.126.28-
YUV75.8123.04197.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.55%
GREEN value IS 28 (11.33% from 255) = 10.45%
BLUE value IS 67 (26.56% from 255) = 25%
R=64.55%
G=10.45%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173286700.840.610.32343.8672.1439.41
HexAD1C430543D201584827
Octal255341030124754053011047
Binary10101101111001000011010101001111011000001010110001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1C43; }

 p { color: rgb(173,28,67); }

 H1.HeaderClassName
 {
   color: #AD1C43;
 }
 .AnyTagClassName
 {
   color: #AD1C43;
 }
</style>
background-color css

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

 a { background-color: rgb(173,28,67); }

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

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

 span { border-color: rgb(173,28,67); }

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