Html Css Color HEX #AD1836 Cardinal

📋 copy color: '#AD1836'

red 173 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #AD1836

Tints of Cardinal #AD1836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 68.92%
G = 9.56%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD1836 (or 0xAD1836) is known color: Cardinal. HEX triplet: AD, 18 and 36. RGB value is (173,24,54). Sum of RGB (Red+Green+Blue) = 173+24+54=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1836 is #52E7C9. Grayscale: #484848. Windows color (decimal): -5433290 or 3545261. OLE color: 3545261.

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

Color convert

RGB 173 24 54 -
CMYK 0 0.86 0.69 0.32
HSL 347.92º 0.76% 0.39% -
HSV(B) 347.92º 0.86% 0.68% -
XYZ 18.23 9.8 4.42 -
YUV 71.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 173 24 54 0 0.86 0.69 0.32 347.92 0.76 0.39
Hex AD 18 36 0 56 45 20 15C 4C 27
Octal 255 30 66 0 126 105 40 534 114 47
Binary 10101101 11000 110110 0 1010110 1000101 100000 101011100 1001100 100111

Color Harmonies of #AD1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1836

Black with #AD1836

Text Example


Text Example

White with #AD1836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1836; }

 p { color: rgb(173,24,54); }

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

background-color css

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

 a { background-color: rgb(173,24,54); }

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

border-color css

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

 span { border-color: rgb(173,24,54); }

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