Html Css Color HEX #AD152D Cardinal

📋 copy color: '#AD152D'

red 173 ◦ green 21 ◦ blue 45

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

Shades of Cardinal #AD152D

Tints of Cardinal #AD152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 72.38%
G = 8.79%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD152D (or 0xAD152D) is known color: Cardinal. HEX triplet: AD, 15 and 2D. RGB value is (173,21,45). Sum of RGB (Red+Green+Blue) = 173+21+45=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD152D is #52EAD2. Grayscale: #454545. Windows color (decimal): -5434067 or 2954669. OLE color: 2954669.

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

Color convert

RGB 173 21 45 -
CMYK 0 0.88 0.74 0.32
HSL 350.53º 0.78% 0.38% -
HSV(B) 350.53º 0.88% 0.68% -
XYZ 17.98 9.61 3.39 -
YUV 69.18 114.36 202.05 -
System Red Green Blue C M Y K H S L
Decimal 173 21 45 0 0.88 0.74 0.32 350.53 0.78 0.38
Hex AD 15 2D 0 58 4A 20 15F 4E 26
Octal 255 25 55 0 130 112 40 537 116 46
Binary 10101101 10101 101101 0 1011000 1001010 100000 101011111 1001110 100110

Color Harmonies of #AD152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD152D

Black with #AD152D

Text Example


Text Example

White with #AD152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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