Html Css Color HEX #AD1627 Cardinal

📋 copy color: '#AD1627'

red 173 ◦ green 22 ◦ blue 39

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

Shades of Cardinal #AD1627

Tints of Cardinal #AD1627

RGB

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

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

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

R = 73.93%
G = 9.4%
B = 16.67%

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

#AD1627 (or 0xAD1627) is known color: Cardinal. HEX triplet: AD, 16 and 27. RGB value is (173,22,39). Sum of RGB (Red+Green+Blue) = 173+22+39=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1627 is #52E9D8. Grayscale: #454545. Windows color (decimal): -5433817 or 2561709. OLE color: 2561709.

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

Color convert

RGB 173 22 39 -
CMYK 0 0.87 0.77 0.32
HSL 353.25º 0.77% 0.38% -
HSV(B) 353.25º 0.87% 0.68% -
XYZ 17.89 9.6 2.83 -
YUV 69.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 173 22 39 0 0.87 0.77 0.32 353.25 0.77 0.38
Hex AD 16 27 0 57 4D 20 161 4D 26
Octal 255 26 47 0 127 115 40 541 115 46
Binary 10101101 10110 100111 0 1010111 1001101 100000 101100001 1001101 100110

Color Harmonies of #AD1627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1627

Black with #AD1627

Text Example


Text Example

White with #AD1627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1627; }

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

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

background-color css

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

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

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

border-color css

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

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

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