Html Css Color HEX #AD1C36 Cardinal

📋 copy color: '#AD1C36'

red 173 ◦ green 28 ◦ blue 54

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

Shades of Cardinal #AD1C36

Tints of Cardinal #AD1C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.18%

R = 67.84%
G = 10.98%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD1C36 (or 0xAD1C36) is known color: Cardinal. HEX triplet: AD, 1C and 36. RGB value is (173,28,54). Sum of RGB (Red+Green+Blue) = 173+28+54=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C36 is #52E3C9. Grayscale: #4A4A4A. Windows color (decimal): -5432266 or 3546285. OLE color: 3546285.

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

Color convert

RGB 173 28 54 -
CMYK 0 0.84 0.69 0.32
HSL 349.24º 0.72% 0.39% -
HSV(B) 349.24º 0.84% 0.68% -
XYZ 18.31 9.98 4.45 -
YUV 74.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 173 28 54 0 0.84 0.69 0.32 349.24 0.72 0.39
Hex AD 1C 36 0 54 45 20 15D 48 27
Octal 255 34 66 0 124 105 40 535 110 47
Binary 10101101 11100 110110 0 1010100 1000101 100000 101011101 1001000 100111

Color Harmonies of #AD1C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C36

Black with #AD1C36

Text Example


Text Example

White with #AD1C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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