#AD1C3D

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

Shades of Cardinal #AD1C3D

Tints of Cardinal #AD1C3D

Color information

#AD1C3D (or 0xAD1C3D) is unknown color: approx Cardinal. HEX triplet: AD, 1C and 3D. RGB value is (173,28,61). Sum of RGB (Red+Green+Blue) = 173+28+61=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C3D is #52E3C2. Grayscale: #4B4B4B. Windows color (decimal): -5432259 or 4005037. OLE color: 4005037.

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

Color convert

RGB1732861-
CMYK00.840.650.32
HSL346.34º72.14%39.41%-
HSV(B)346.34º83.82%67.84%-
XYZ18.4910.055.38-
YUV75.12120.04197.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.03%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=66.03%
G=10.69%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173286100.840.650.32346.3472.1439.41
HexAD1C3D054412015a4827
Octal255347501241014053211047
Binary10101101111001111010101010010000011000001010110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1C3D; }

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

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

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

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

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

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

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

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