Html Css Color HEX #AD153F Cardinal

📋 copy color: '#AD153F'

red 173 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #AD153F

Tints of Cardinal #AD153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.51%

R = 67.32%
G = 8.17%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD153F (or 0xAD153F) is known color: Cardinal. HEX triplet: AD, 15 and 3F. RGB value is (173,21,63). Sum of RGB (Red+Green+Blue) = 173+21+63=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD153F is #52EAC0. Grayscale: #474747. Windows color (decimal): -5434049 or 4134317. OLE color: 4134317.

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

Color convert

RGB 173 21 63 -
CMYK 0 0.88 0.64 0.32
HSL 343.42º 0.78% 0.38% -
HSV(B) 343.42º 0.88% 0.68% -
XYZ 18.4 9.78 5.62 -
YUV 71.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 173 21 63 0 0.88 0.64 0.32 343.42 0.78 0.38
Hex AD 15 3F 0 58 40 20 157 4E 26
Octal 255 25 77 0 130 100 40 527 116 46
Binary 10101101 10101 111111 0 1011000 1000000 100000 101010111 1001110 100110

Color Harmonies of #AD153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD153F

Black with #AD153F

Text Example


Text Example

White with #AD153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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