Html Css Color HEX #AD2142 Cardinal

📋 copy color: '#AD2142'

red 173 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #AD2142

Tints of Cardinal #AD2142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 63.6%
G = 12.13%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2142 (or 0xAD2142) is known color: Cardinal. HEX triplet: AD, 21 and 42. RGB value is (173,33,66). Sum of RGB (Red+Green+Blue) = 173+33+66=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2142 is #52DEBD. Grayscale: #4E4E4E. Windows color (decimal): -5430974 or 4333997. OLE color: 4333997.

HSL color Cylindrical-coordinate representation of color #AD2142: hue angle of 345.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2142 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 33 66 -
CMYK 0 0.81 0.62 0.32
HSL 345.86º 0.68% 0.4% -
HSV(B) 345.86º 0.81% 0.68% -
XYZ 18.76 10.37 6.17 -
YUV 78.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 173 33 66 0 0.81 0.62 0.32 345.86 0.68 0.4
Hex AD 21 42 0 51 3E 20 15A 44 28
Octal 255 41 102 0 121 76 40 532 104 50
Binary 10101101 100001 1000010 0 1010001 111110 100000 101011010 1000100 101000

Color Harmonies of #AD2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2142

Black with #AD2142

Text Example


Text Example

White with #AD2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2142; }

 p { color: rgb(173,33,66); }

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

background-color css

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

 a { background-color: rgb(173,33,66); }

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

border-color css

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

 span { border-color: rgb(173,33,66); }

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