Html Css Color HEX #AD153C Cardinal

📋 copy color: '#AD153C'

red 173 ◦ green 21 ◦ blue 60

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

Shades of Cardinal #AD153C

Tints of Cardinal #AD153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 68.11%
G = 8.27%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD153C (or 0xAD153C) is known color: Cardinal. HEX triplet: AD, 15 and 3C. RGB value is (173,21,60). Sum of RGB (Red+Green+Blue) = 173+21+60=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD153C is #52EAC3. Grayscale: #464646. Windows color (decimal): -5434052 or 3937709. OLE color: 3937709.

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

Color convert

RGB 173 21 60 -
CMYK 0 0.88 0.65 0.32
HSL 344.61º 0.78% 0.38% -
HSV(B) 344.61º 0.88% 0.68% -
XYZ 18.32 9.75 5.19 -
YUV 70.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 173 21 60 0 0.88 0.65 0.32 344.61 0.78 0.38
Hex AD 15 3C 0 58 41 20 159 4E 26
Octal 255 25 74 0 130 101 40 531 116 46
Binary 10101101 10101 111100 0 1011000 1000001 100000 101011001 1001110 100110

Color Harmonies of #AD153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD153C

Black with #AD153C

Text Example


Text Example

White with #AD153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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