Html Css Color HEX #AD1641 Cardinal

📋 copy color: '#AD1641'

red 173 ◦ green 22 ◦ blue 65

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

Shades of Cardinal #AD1641

Tints of Cardinal #AD1641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

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

R = 66.54%
G = 8.46%
B = 25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD1641 (or 0xAD1641) is known color: Cardinal. HEX triplet: AD, 16 and 41. RGB value is (173,22,65). Sum of RGB (Red+Green+Blue) = 173+22+65=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1641 is #52E9BE. Grayscale: #484848. Windows color (decimal): -5433791 or 4265645. OLE color: 4265645.

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

Color convert

RGB 173 22 65 -
CMYK 0 0.87 0.62 0.32
HSL 342.91º 0.77% 0.38% -
HSV(B) 342.91º 0.87% 0.68% -
XYZ 18.47 9.84 5.93 -
YUV 72.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 173 22 65 0 0.87 0.62 0.32 342.91 0.77 0.38
Hex AD 16 41 0 57 3E 20 157 4D 26
Octal 255 26 101 0 127 76 40 527 115 46
Binary 10101101 10110 1000001 0 1010111 111110 100000 101010111 1001101 100110

Color Harmonies of #AD1641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1641

Black with #AD1641

Text Example


Text Example

White with #AD1641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1641; }

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

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

background-color css

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

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

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

border-color css

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

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

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