Html Css Color HEX #AD1C43 Cardinal

📋 copy color: '#AD1C43'

red 173 ◦ green 28 ◦ blue 67

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

Shades of Cardinal #AD1C43

Tints of Cardinal #AD1C43

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.45%

 BLUE value IS 67 (26.56% from 255) = 25%

R = 64.55%
G = 10.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD1C43 (or 0xAD1C43) is known color: Cardinal. HEX triplet: AD, 1C and 43. RGB value is (173,28,67). Sum of RGB (Red+Green+Blue) = 173+28+67=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C43 is #52E3BC. Grayscale: #4B4B4B. Windows color (decimal): -5432253 or 4398253. OLE color: 4398253.

HSL color Cylindrical-coordinate representation of color #AD1C43: hue angle of 343.86º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C43 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 28 67 -
CMYK 0 0.84 0.61 0.32
HSL 343.86º 0.72% 0.39% -
HSV(B) 343.86º 0.84% 0.68% -
XYZ 18.66 10.12 6.28 -
YUV 75.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 173 28 67 0 0.84 0.61 0.32 343.86 0.72 0.39
Hex AD 1C 43 0 54 3D 20 158 48 27
Octal 255 34 103 0 124 75 40 530 110 47
Binary 10101101 11100 1000011 0 1010100 111101 100000 101011000 1001000 100111

Color Harmonies of #AD1C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C43

Black with #AD1C43

Text Example


Text Example

White with #AD1C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C43; }

 p { color: rgb(173,28,67); }

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

background-color css

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

 a { background-color: rgb(173,28,67); }

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

border-color css

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

 span { border-color: rgb(173,28,67); }

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