Html Css Color HEX #AD1628 Cardinal

📋 copy color: '#AD1628'

red 173 ◦ green 22 ◦ blue 40

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

Shades of Cardinal #AD1628

Tints of Cardinal #AD1628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 73.62%
G = 9.36%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD1628 (or 0xAD1628) is known color: Cardinal. HEX triplet: AD, 16 and 28. RGB value is (173,22,40). Sum of RGB (Red+Green+Blue) = 173+22+40=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1628 is #52E9D7. Grayscale: #454545. Windows color (decimal): -5433816 or 2627245. OLE color: 2627245.

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

Color convert

RGB 173 22 40 -
CMYK 0 0.87 0.77 0.32
HSL 352.85º 0.77% 0.38% -
HSV(B) 352.85º 0.87% 0.68% -
XYZ 17.9 9.61 2.92 -
YUV 69.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 173 22 40 0 0.87 0.77 0.32 352.85 0.77 0.38
Hex AD 16 28 0 57 4D 20 161 4D 26
Octal 255 26 50 0 127 115 40 541 115 46
Binary 10101101 10110 101000 0 1010111 1001101 100000 101100001 1001101 100110

Color Harmonies of #AD1628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1628

Black with #AD1628

Text Example


Text Example

White with #AD1628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1628; }

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

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

background-color css

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

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

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

border-color css

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

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

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