Html Css Color HEX #AD223A Cardinal

📋 copy color: '#AD223A'

red 173 ◦ green 34 ◦ blue 58

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

Shades of Cardinal #AD223A

Tints of Cardinal #AD223A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

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

R = 65.28%
G = 12.83%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD223A (or 0xAD223A) is known color: Cardinal. HEX triplet: AD, 22 and 3A. RGB value is (173,34,58). Sum of RGB (Red+Green+Blue) = 173+34+58=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD223A is #52DDC5. Grayscale: #4E4E4E. Windows color (decimal): -5430726 or 3809965. OLE color: 3809965.

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

Color convert

RGB 173 34 58 -
CMYK 0 0.80 0.66 0.32
HSL 349.64º 0.67% 0.41% -
HSV(B) 349.64º 0.8% 0.68% -
XYZ 18.57 10.33 5.02 -
YUV 78.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 173 34 58 0 0.80 0.66 0.32 349.64 0.67 0.41
Hex AD 22 3A 0 50 42 20 15E 43 29
Octal 255 42 72 0 120 102 40 536 103 51
Binary 10101101 100010 111010 0 1010000 1000010 100000 101011110 1000011 101001

Color Harmonies of #AD223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD223A

Black with #AD223A

Text Example


Text Example

White with #AD223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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