Html Css Color HEX #AD1C34 Cardinal

📋 copy color: '#AD1C34'

red 173 ◦ green 28 ◦ blue 52

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

Shades of Cardinal #AD1C34

Tints of Cardinal #AD1C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 68.38%
G = 11.07%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD1C34 (or 0xAD1C34) is known color: Cardinal. HEX triplet: AD, 1C and 34. RGB value is (173,28,52). Sum of RGB (Red+Green+Blue) = 173+28+52=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C34 is #52E3CB. Grayscale: #4A4A4A. Windows color (decimal): -5432268 or 3415213. OLE color: 3415213.

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

Color convert

RGB 173 28 52 -
CMYK 0 0.84 0.70 0.32
HSL 350.07º 0.72% 0.39% -
HSV(B) 350.07º 0.84% 0.68% -
XYZ 18.27 9.96 4.21 -
YUV 74.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 173 28 52 0 0.84 0.70 0.32 350.07 0.72 0.39
Hex AD 1C 34 0 54 46 20 15E 48 27
Octal 255 34 64 0 124 106 40 536 110 47
Binary 10101101 11100 110100 0 1010100 1000110 100000 101011110 1001000 100111

Color Harmonies of #AD1C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C34

Black with #AD1C34

Text Example


Text Example

White with #AD1C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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