Html Css Color HEX #AD1841 Cardinal

📋 copy color: '#AD1841'

red 173 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #AD1841

Tints of Cardinal #AD1841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 66.03%
G = 9.16%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD1841 (or 0xAD1841) is known color: Cardinal. HEX triplet: AD, 18 and 41. RGB value is (173,24,65). Sum of RGB (Red+Green+Blue) = 173+24+65=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1841 is #52E7BE. Grayscale: #494949. Windows color (decimal): -5433279 or 4266157. OLE color: 4266157.

HSL color Cylindrical-coordinate representation of color #AD1841: hue angle of 343.49º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1841 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 65 -
CMYK 0 0.86 0.62 0.32
HSL 343.49º 0.76% 0.39% -
HSV(B) 343.49º 0.86% 0.68% -
XYZ 18.51 9.92 5.94 -
YUV 73.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 173 24 65 0 0.86 0.62 0.32 343.49 0.76 0.39
Hex AD 18 41 0 56 3E 20 157 4C 27
Octal 255 30 101 0 126 76 40 527 114 47
Binary 10101101 11000 1000001 0 1010110 111110 100000 101010111 1001100 100111

Color Harmonies of #AD1841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1841

Black with #AD1841

Text Example


Text Example

White with #AD1841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1841; }

 p { color: rgb(173,24,65); }

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

background-color css

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

 a { background-color: rgb(173,24,65); }

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

border-color css

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

 span { border-color: rgb(173,24,65); }

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