Html Css Color HEX #AD1C3E Cardinal

📋 copy color: '#AD1C3E'

red 173 ◦ green 28 ◦ blue 62

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

Shades of Cardinal #AD1C3E

Tints of Cardinal #AD1C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 65.78%
G = 10.65%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD1C3E (or 0xAD1C3E) is known color: Cardinal. HEX triplet: AD, 1C and 3E. RGB value is (173,28,62). Sum of RGB (Red+Green+Blue) = 173+28+62=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C3E is #52E3C1. Grayscale: #4B4B4B. Windows color (decimal): -5432258 or 4070573. OLE color: 4070573.

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

Color convert

RGB 173 28 62 -
CMYK 0 0.84 0.64 0.32
HSL 345.93º 0.72% 0.39% -
HSV(B) 345.93º 0.84% 0.68% -
XYZ 18.52 10.06 5.52 -
YUV 75.23 120.54 197.74 -
System Red Green Blue C M Y K H S L
Decimal 173 28 62 0 0.84 0.64 0.32 345.93 0.72 0.39
Hex AD 1C 3E 0 54 40 20 15A 48 27
Octal 255 34 76 0 124 100 40 532 110 47
Binary 10101101 11100 111110 0 1010100 1000000 100000 101011010 1001000 100111

Color Harmonies of #AD1C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C3E

Black with #AD1C3E

Text Example


Text Example

White with #AD1C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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