Html Css Color HEX #AD1C40 Cardinal

📋 copy color: '#AD1C40'

red 173 ◦ green 28 ◦ blue 64

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

Shades of Cardinal #AD1C40

Tints of Cardinal #AD1C40

RGB

 RED value IS 173 (67.97% from 255) = 65.28%

 GREEN value IS 28 (11.33% from 255) = 10.57%

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

R = 65.28%
G = 10.57%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD1C40 (or 0xAD1C40) is known color: Cardinal. HEX triplet: AD, 1C and 40. RGB value is (173,28,64). Sum of RGB (Red+Green+Blue) = 173+28+64=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C40 is #52E3BF. Grayscale: #4B4B4B. Windows color (decimal): -5432256 or 4201645. OLE color: 4201645.

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

Color convert

RGB 173 28 64 -
CMYK 0 0.84 0.63 0.32
HSL 345.1º 0.72% 0.39% -
HSV(B) 345.1º 0.84% 0.68% -
XYZ 18.57 10.08 5.82 -
YUV 75.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 173 28 64 0 0.84 0.63 0.32 345.1 0.72 0.39
Hex AD 1C 40 0 54 3F 20 159 48 27
Octal 255 34 100 0 124 77 40 531 110 47
Binary 10101101 11100 1000000 0 1010100 111111 100000 101011001 1001000 100111

Color Harmonies of #AD1C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C40

Black with #AD1C40

Text Example


Text Example

White with #AD1C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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