Html Css Color HEX #AD143C Cardinal

📋 copy color: '#AD143C'

red 173 ◦ green 20 ◦ blue 60

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

Shades of Cardinal #AD143C

Tints of Cardinal #AD143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.91%

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

R = 68.38%
G = 7.91%
B = 23.72%

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

#AD143C (or 0xAD143C) is known color: Cardinal. HEX triplet: AD, 14 and 3C. RGB value is (173,20,60). Sum of RGB (Red+Green+Blue) = 173+20+60=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD143C is #52EBC3. Grayscale: #464646. Windows color (decimal): -5434308 or 3937453. OLE color: 3937453.

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

Color convert

RGB 173 20 60 -
CMYK 0 0.88 0.65 0.32
HSL 344.31º 0.79% 0.38% -
HSV(B) 344.31º 0.88% 0.68% -
XYZ 18.3 9.71 5.18 -
YUV 70.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 173 20 60 0 0.88 0.65 0.32 344.31 0.79 0.38
Hex AD 14 3C 0 58 41 20 158 4F 26
Octal 255 24 74 0 130 101 40 530 117 46
Binary 10101101 10100 111100 0 1011000 1000001 100000 101011000 1001111 100110

Color Harmonies of #AD143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD143C

Black with #AD143C

Text Example


Text Example

White with #AD143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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