Html Css Color HEX #AD1C35 Cardinal

📋 copy color: '#AD1C35'

red 173 ◦ green 28 ◦ blue 53

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

Shades of Cardinal #AD1C35

Tints of Cardinal #AD1C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 68.11%
G = 11.02%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD1C35 (or 0xAD1C35) is known color: Cardinal. HEX triplet: AD, 1C and 35. RGB value is (173,28,53). Sum of RGB (Red+Green+Blue) = 173+28+53=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C35 is #52E3CA. Grayscale: #4A4A4A. Windows color (decimal): -5432267 or 3480749. OLE color: 3480749.

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

Color convert

RGB 173 28 53 -
CMYK 0 0.84 0.69 0.32
HSL 349.66º 0.72% 0.39% -
HSV(B) 349.66º 0.84% 0.68% -
XYZ 18.29 9.97 4.33 -
YUV 74.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 173 28 53 0 0.84 0.69 0.32 349.66 0.72 0.39
Hex AD 1C 35 0 54 45 20 15E 48 27
Octal 255 34 65 0 124 105 40 536 110 47
Binary 10101101 11100 110101 0 1010100 1000101 100000 101011110 1001000 100111

Color Harmonies of #AD1C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C35

Black with #AD1C35

Text Example


Text Example

White with #AD1C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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