Html Css Color HEX #AD233A Cardinal

📋 copy color: '#AD233A'

red 173 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #AD233A

Tints of Cardinal #AD233A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 65.04%
G = 13.16%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD233A (or 0xAD233A) is known color: Cardinal. HEX triplet: AD, 23 and 3A. RGB value is (173,35,58). Sum of RGB (Red+Green+Blue) = 173+35+58=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD233A is #52DCC5. Grayscale: #4E4E4E. Windows color (decimal): -5430470 or 3810221. OLE color: 3810221.

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

Color convert

RGB 173 35 58 -
CMYK 0 0.80 0.66 0.32
HSL 350º 0.66% 0.41% -
HSV(B) 350º 0.8% 0.68% -
XYZ 18.6 10.39 5.03 -
YUV 78.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 173 35 58 0 0.80 0.66 0.32 350 0.66 0.41
Hex AD 23 3A 0 50 42 20 15E 42 29
Octal 255 43 72 0 120 102 40 536 102 51
Binary 10101101 100011 111010 0 1010000 1000010 100000 101011110 1000010 101001

Color Harmonies of #AD233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD233A

Black with #AD233A

Text Example


Text Example

White with #AD233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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