Html Css Color HEX #AD233C Cardinal

📋 copy color: '#AD233C'

red 173 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #AD233C

Tints of Cardinal #AD233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.06%

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

R = 64.55%
G = 13.06%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD233C (or 0xAD233C) is known color: Cardinal. HEX triplet: AD, 23 and 3C. RGB value is (173,35,60). Sum of RGB (Red+Green+Blue) = 173+35+60=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD233C is #52DCC3. Grayscale: #4F4F4F. Windows color (decimal): -5430468 or 3941293. OLE color: 3941293.

HSL color Cylindrical-coordinate representation of color #AD233C: hue angle of 349.13º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD233C is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 60 -
CMYK 0 0.80 0.65 0.32
HSL 349.13º 0.66% 0.41% -
HSV(B) 349.13º 0.8% 0.68% -
XYZ 18.65 10.41 5.3 -
YUV 79.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 173 35 60 0 0.80 0.65 0.32 349.13 0.66 0.41
Hex AD 23 3C 0 50 41 20 15D 42 29
Octal 255 43 74 0 120 101 40 535 102 51
Binary 10101101 100011 111100 0 1010000 1000001 100000 101011101 1000010 101001

Color Harmonies of #AD233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD233C

Black with #AD233C

Text Example


Text Example

White with #AD233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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