Html Css Color HEX #AD153A Cardinal

📋 copy color: '#AD153A'

red 173 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #AD153A

Tints of Cardinal #AD153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

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

R = 68.65%
G = 8.33%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD153A (or 0xAD153A) is known color: Cardinal. HEX triplet: AD, 15 and 3A. RGB value is (173,21,58). Sum of RGB (Red+Green+Blue) = 173+21+58=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD153A is #52EAC5. Grayscale: #464646. Windows color (decimal): -5434054 or 3806637. OLE color: 3806637.

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

Color convert

RGB 173 21 58 -
CMYK 0 0.88 0.66 0.32
HSL 345.39º 0.78% 0.38% -
HSV(B) 345.39º 0.88% 0.68% -
XYZ 18.27 9.73 4.92 -
YUV 70.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 173 21 58 0 0.88 0.66 0.32 345.39 0.78 0.38
Hex AD 15 3A 0 58 42 20 159 4E 26
Octal 255 25 72 0 130 102 40 531 116 46
Binary 10101101 10101 111010 0 1011000 1000010 100000 101011001 1001110 100110

Color Harmonies of #AD153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD153A

Black with #AD153A

Text Example


Text Example

White with #AD153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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