Html Css Color HEX #AD1C42 Cardinal

📋 copy color: '#AD1C42'

red 173 ◦ green 28 ◦ blue 66

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

Shades of Cardinal #AD1C42

Tints of Cardinal #AD1C42

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 value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD1C42 (or 0xAD1C42) is known color: 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

RGB 173 28 66 -
CMYK 0 0.84 0.62 0.32
HSL 344.28º 0.72% 0.39% -
HSV(B) 344.28º 0.84% 0.68% -
XYZ 18.63 10.11 6.12 -
YUV 75.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 173 28 66 0 0.84 0.62 0.32 344.28 0.72 0.39
Hex AD 1C 42 0 54 3E 20 158 48 27
Octal 255 34 102 0 124 76 40 530 110 47
Binary 10101101 11100 1000010 0 1010100 111110 100000 101011000 1001000 100111

Color Harmonies of #AD1C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C42

Black with #AD1C42

Text Example


Text Example

White with #AD1C42

Text Example


Text Example

HTML Codes & Css Web 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>