Html Css Color HEX #AD2140 Cardinal

📋 copy color: '#AD2140'

red 173 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #AD2140

Tints of Cardinal #AD2140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 64.07%
G = 12.22%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD2140 (or 0xAD2140) is known color: Cardinal. HEX triplet: AD, 21 and 40. RGB value is (173,33,64). Sum of RGB (Red+Green+Blue) = 173+33+64=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2140 is #52DEBF. Grayscale: #4E4E4E. Windows color (decimal): -5430976 or 4202925. OLE color: 4202925.

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

Color convert

RGB 173 33 64 -
CMYK 0 0.81 0.63 0.32
HSL 346.71º 0.68% 0.4% -
HSV(B) 346.71º 0.81% 0.68% -
XYZ 18.7 10.34 5.86 -
YUV 78.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 173 33 64 0 0.81 0.63 0.32 346.71 0.68 0.4
Hex AD 21 40 0 51 3F 20 15B 44 28
Octal 255 41 100 0 121 77 40 533 104 50
Binary 10101101 100001 1000000 0 1010001 111111 100000 101011011 1000100 101000

Color Harmonies of #AD2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2140

Black with #AD2140

Text Example


Text Example

White with #AD2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2140; }

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

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

background-color css

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

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

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

border-color css

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

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

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