Html Css Color HEX #AD1727 Cardinal

📋 copy color: '#AD1727'

red 173 ◦ green 23 ◦ blue 39

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

Shades of Cardinal #AD1727

Tints of Cardinal #AD1727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.79%

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 73.62%
G = 9.79%
B = 16.6%

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

#AD1727 (or 0xAD1727) is known color: Cardinal. HEX triplet: AD, 17 and 27. RGB value is (173,23,39). Sum of RGB (Red+Green+Blue) = 173+23+39=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1727 is #52E8D8. Grayscale: #454545. Windows color (decimal): -5433561 or 2561965. OLE color: 2561965.

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

Color convert

RGB 173 23 39 -
CMYK 0 0.87 0.77 0.32
HSL 353.6º 0.77% 0.38% -
HSV(B) 353.6º 0.87% 0.68% -
XYZ 17.91 9.64 2.84 -
YUV 69.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 173 23 39 0 0.87 0.77 0.32 353.6 0.77 0.38
Hex AD 17 27 0 57 4D 20 162 4D 26
Octal 255 27 47 0 127 115 40 542 115 46
Binary 10101101 10111 100111 0 1010111 1001101 100000 101100010 1001101 100110

Color Harmonies of #AD1727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1727

Black with #AD1727

Text Example


Text Example

White with #AD1727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1727; }

 p { color: rgb(173,23,39); }

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

background-color css

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

 a { background-color: rgb(173,23,39); }

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

border-color css

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

 span { border-color: rgb(173,23,39); }

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