Html Css Color HEX #AD1328 Cardinal

📋 copy color: '#AD1328'

red 173 ◦ green 19 ◦ blue 40

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

Shades of Cardinal #AD1328

Tints of Cardinal #AD1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

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

R = 74.57%
G = 8.19%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD1328 (or 0xAD1328) is known color: Cardinal. HEX triplet: AD, 13 and 28. RGB value is (173,19,40). Sum of RGB (Red+Green+Blue) = 173+19+40=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1328 is #52ECD7. Grayscale: #434343. Windows color (decimal): -5434584 or 2626477. OLE color: 2626477.

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

Color convert

RGB 173 19 40 -
CMYK 0 0.89 0.77 0.32
HSL 351.82º 0.8% 0.38% -
HSV(B) 351.82º 0.89% 0.68% -
XYZ 17.85 9.5 2.9 -
YUV 67.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 173 19 40 0 0.89 0.77 0.32 351.82 0.8 0.38
Hex AD 13 28 0 59 4D 20 160 50 26
Octal 255 23 50 0 131 115 40 540 120 46
Binary 10101101 10011 101000 0 1011001 1001101 100000 101100000 1010000 100110

Color Harmonies of #AD1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1328

Black with #AD1328

Text Example


Text Example

White with #AD1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1328; }

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

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

background-color css

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

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

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

border-color css

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

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

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