Html Css Color HEX #AD243A Cardinal

📋 copy color: '#AD243A'

red 173 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #AD243A

Tints of Cardinal #AD243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

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

R = 64.79%
G = 13.48%
B = 21.72%

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

#AD243A (or 0xAD243A) is known color: Cardinal. HEX triplet: AD, 24 and 3A. RGB value is (173,36,58). Sum of RGB (Red+Green+Blue) = 173+36+58=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD243A is #52DBC5. Grayscale: #4F4F4F. Windows color (decimal): -5430214 or 3810477. OLE color: 3810477.

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

Color convert

RGB 173 36 58 -
CMYK 0 0.79 0.66 0.32
HSL 350.37º 0.66% 0.41% -
HSV(B) 350.37º 0.79% 0.68% -
XYZ 18.63 10.45 5.04 -
YUV 79.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 173 36 58 0 0.79 0.66 0.32 350.37 0.66 0.41
Hex AD 24 3A 0 4F 42 20 15E 42 29
Octal 255 44 72 0 117 102 40 536 102 51
Binary 10101101 100100 111010 0 1001111 1000010 100000 101011110 1000010 101001

Color Harmonies of #AD243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD243A

Black with #AD243A

Text Example


Text Example

White with #AD243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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