#AD1D3A

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

Shades of Cardinal #AD1D3A

Tints of Cardinal #AD1D3A

Color information

#AD1D3A (or 0xAD1D3A) is unknown color: approx Cardinal. HEX triplet: AD, 1D and 3A. RGB value is (173,29,58). Sum of RGB (Red+Green+Blue) = 173+29+58=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D3A is #52E2C5. Grayscale: #4B4B4B. Windows color (decimal): -5432006 or 3808685. OLE color: 3808685.

HSL color Cylindrical-coordinate representation of color #AD1D3A: hue angle of 347.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D3A is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1732958-
CMYK00.830.660.32
HSL347.92º71.29%39.61%-
HSV(B)347.92º83.24%67.84%-
XYZ18.4410.074.97-
YUV75.36118.21197.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.54%
GREEN value IS 29 (11.72% from 255) = 11.15%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=66.54%
G=11.15%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173295800.830.660.32347.9271.2939.61
HexAD1D3A053422015c4728
Octal255357201231024053410750
Binary10101101111011110100101001110000101000001010111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1D3A; }

 p { color: rgb(173,29,58); }

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

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

 a { background-color: rgb(173,29,58); }

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

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

 span { border-color: rgb(173,29,58); }

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