Html Css Color HEX #AD253C Cardinal

📋 copy color: '#AD253C'

red 173 ◦ green 37 ◦ blue 60

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

Shades of Cardinal #AD253C

Tints of Cardinal #AD253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

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

R = 64.07%
G = 13.7%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD253C (or 0xAD253C) is known color: Cardinal. HEX triplet: AD, 25 and 3C. RGB value is (173,37,60). Sum of RGB (Red+Green+Blue) = 173+37+60=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD253C is #52DAC3. Grayscale: #505050. Windows color (decimal): -5429956 or 3941805. OLE color: 3941805.

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

Color convert

RGB 173 37 60 -
CMYK 0 0.79 0.65 0.32
HSL 349.85º 0.65% 0.41% -
HSV(B) 349.85º 0.79% 0.68% -
XYZ 18.71 10.53 5.32 -
YUV 80.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 173 37 60 0 0.79 0.65 0.32 349.85 0.65 0.41
Hex AD 25 3C 0 4F 41 20 15E 41 29
Octal 255 45 74 0 117 101 40 536 101 51
Binary 10101101 100101 111100 0 1001111 1000001 100000 101011110 1000001 101001

Color Harmonies of #AD253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD253C

Black with #AD253C

Text Example


Text Example

White with #AD253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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