Html Css Color HEX #AD253A Cardinal

📋 copy color: '#AD253A'

red 173 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #AD253A

Tints of Cardinal #AD253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.64%

R = 64.55%
G = 13.81%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD253A (or 0xAD253A) is known color: Cardinal. HEX triplet: AD, 25 and 3A. RGB value is (173,37,58). Sum of RGB (Red+Green+Blue) = 173+37+58=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD253A is #52DAC5. Grayscale: #505050. Windows color (decimal): -5429958 or 3810733. OLE color: 3810733.

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

Color convert

RGB 173 37 58 -
CMYK 0 0.79 0.66 0.32
HSL 350.74º 0.65% 0.41% -
HSV(B) 350.74º 0.79% 0.68% -
XYZ 18.66 10.51 5.05 -
YUV 80.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 173 37 58 0 0.79 0.66 0.32 350.74 0.65 0.41
Hex AD 25 3A 0 4F 42 20 15F 41 29
Octal 255 45 72 0 117 102 40 537 101 51
Binary 10101101 100101 111010 0 1001111 1000010 100000 101011111 1000001 101001

Color Harmonies of #AD253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD253A

Black with #AD253A

Text Example


Text Example

White with #AD253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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