Html Css Color HEX #AD1526 Cardinal

📋 copy color: '#AD1526'

red 173 ◦ green 21 ◦ blue 38

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

Shades of Cardinal #AD1526

Tints of Cardinal #AD1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 74.57%
G = 9.05%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD1526 (or 0xAD1526) is known color: Cardinal. HEX triplet: AD, 15 and 26. RGB value is (173,21,38). Sum of RGB (Red+Green+Blue) = 173+21+38=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1526 is #52EAD9. Grayscale: #444444. Windows color (decimal): -5434074 or 2495917. OLE color: 2495917.

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

Color convert

RGB 173 21 38 -
CMYK 0 0.88 0.78 0.32
HSL 353.29º 0.78% 0.38% -
HSV(B) 353.29º 0.88% 0.68% -
XYZ 17.85 9.56 2.74 -
YUV 68.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 173 21 38 0 0.88 0.78 0.32 353.29 0.78 0.38
Hex AD 15 26 0 58 4E 20 161 4E 26
Octal 255 25 46 0 130 116 40 541 116 46
Binary 10101101 10101 100110 0 1011000 1001110 100000 101100001 1001110 100110

Color Harmonies of #AD1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1526

Black with #AD1526

Text Example


Text Example

White with #AD1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1526; }

 p { color: rgb(173,21,38); }

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

background-color css

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

 a { background-color: rgb(173,21,38); }

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

border-color css

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

 span { border-color: rgb(173,21,38); }

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