#AD1C42

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

Shades of Cardinal #AD1C42

Tints of Cardinal #AD1C42

Color information

#AD1C42 (or 0xAD1C42) is unknown color: approx Cardinal. HEX triplet: AD, 1C and 42. RGB value is (173,28,66). Sum of RGB (Red+Green+Blue) = 173+28+66=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C42 is #52E3BD. Grayscale: #4B4B4B. Windows color (decimal): -5432254 or 4332717. OLE color: 4332717.

HSL color Cylindrical-coordinate representation of color #AD1C42: hue angle of 344.28º 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 #AD1C42 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB1732866-
CMYK00.840.620.32
HSL344.28º72.14%39.41%-
HSV(B)344.28º83.82%67.84%-
XYZ18.6310.116.12-
YUV75.69122.54197.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.79%
GREEN value IS 28 (11.33% from 255) = 10.49%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=64.79%
G=10.49%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173286600.840.620.32344.2872.1439.41
HexAD1C420543E201584827
Octal255341020124764053011047
Binary10101101111001000010010101001111101000001010110001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1C42; }

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

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

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

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

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

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

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

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