Html Css Color HEX #AD023C Cardinal

📋 copy color: '#AD023C'

red 173 ◦ green 2 ◦ blue 60

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

Shades of Cardinal #AD023C

Tints of Cardinal #AD023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 73.62%
G = 0.85%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD023C (or 0xAD023C) is known color: Cardinal. HEX triplet: AD, 02 and 3C. RGB value is (173,2,60). Sum of RGB (Red+Green+Blue) = 173+2+60=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD023C is #52FDC3. Grayscale: #3B3B3B. Windows color (decimal): -5438916 or 3932845. OLE color: 3932845.

HSL color Cylindrical-coordinate representation of color #AD023C: hue angle of 339.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD023C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 60 -
CMYK 0 0.99 0.65 0.32
HSL 339.65º 0.98% 0.34% -
HSV(B) 339.65º 0.99% 0.68% -
XYZ 18.07 9.25 5.11 -
YUV 59.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 173 2 60 0 0.99 0.65 0.32 339.65 0.98 0.34
Hex AD 2 3C 0 63 41 20 154 62 22
Octal 255 2 74 0 143 101 40 524 142 42
Binary 10101101 10 111100 0 1100011 1000001 100000 101010100 1100010 100010

Color Harmonies of #AD023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD023C

Black with #AD023C

Text Example


Text Example

White with #AD023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD023C; }

 p { color: rgb(173,2,60); }

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

background-color css

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

 a { background-color: rgb(173,2,60); }

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

border-color css

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

 span { border-color: rgb(173,2,60); }

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