Html Css Color HEX #AD1C28 Cardinal

📋 copy color: '#AD1C28'

red 173 ◦ green 28 ◦ blue 40

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

Shades of Cardinal #AD1C28

Tints of Cardinal #AD1C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.62%

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

R = 71.78%
G = 11.62%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD1C28 (or 0xAD1C28) is known color: Cardinal. HEX triplet: AD, 1C and 28. RGB value is (173,28,40). Sum of RGB (Red+Green+Blue) = 173+28+40=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C28 is #52E3D7. Grayscale: #484848. Windows color (decimal): -5432280 or 2628781. OLE color: 2628781.

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

Color convert

RGB 173 28 40 -
CMYK 0 0.84 0.77 0.32
HSL 355.03º 0.72% 0.39% -
HSV(B) 355.03º 0.84% 0.68% -
XYZ 18.03 9.87 2.96 -
YUV 72.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 173 28 40 0 0.84 0.77 0.32 355.03 0.72 0.39
Hex AD 1C 28 0 54 4D 20 163 48 27
Octal 255 34 50 0 124 115 40 543 110 47
Binary 10101101 11100 101000 0 1010100 1001101 100000 101100011 1001000 100111

Color Harmonies of #AD1C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C28

Black with #AD1C28

Text Example


Text Example

White with #AD1C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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