Html Css Color HEX #AD1638 Cardinal

📋 copy color: '#AD1638'

red 173 ◦ green 22 ◦ blue 56

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

Shades of Cardinal #AD1638

Tints of Cardinal #AD1638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 68.92%
G = 8.76%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD1638 (or 0xAD1638) is known color: Cardinal. HEX triplet: AD, 16 and 38. RGB value is (173,22,56). Sum of RGB (Red+Green+Blue) = 173+22+56=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1638 is #52E9C7. Grayscale: #474747. Windows color (decimal): -5433800 or 3675821. OLE color: 3675821.

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

Color convert

RGB 173 22 56 -
CMYK 0 0.87 0.68 0.32
HSL 346.49º 0.77% 0.38% -
HSV(B) 346.49º 0.87% 0.68% -
XYZ 18.23 9.74 4.66 -
YUV 71.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 173 22 56 0 0.87 0.68 0.32 346.49 0.77 0.38
Hex AD 16 38 0 57 44 20 15A 4D 26
Octal 255 26 70 0 127 104 40 532 115 46
Binary 10101101 10110 111000 0 1010111 1000100 100000 101011010 1001101 100110

Color Harmonies of #AD1638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1638

Black with #AD1638

Text Example


Text Example

White with #AD1638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1638; }

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

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

background-color css

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

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

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

border-color css

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

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

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