Html Css Color HEX #AD2034 Cardinal

📋 copy color: '#AD2034'

red 173 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #AD2034

Tints of Cardinal #AD2034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 67.32%
G = 12.45%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD2034 (or 0xAD2034) is known color: Cardinal. HEX triplet: AD, 20 and 34. RGB value is (173,32,52). Sum of RGB (Red+Green+Blue) = 173+32+52=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2034 is #52DFCB. Grayscale: #4C4C4C. Windows color (decimal): -5431244 or 3416237. OLE color: 3416237.

HSL color Cylindrical-coordinate representation of color #AD2034: hue angle of 351.49º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2034 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 52 -
CMYK 0 0.82 0.70 0.32
HSL 351.49º 0.69% 0.4% -
HSV(B) 351.49º 0.82% 0.68% -
XYZ 18.37 10.17 4.24 -
YUV 76.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 173 32 52 0 0.82 0.70 0.32 351.49 0.69 0.4
Hex AD 20 34 0 52 46 20 15F 45 28
Octal 255 40 64 0 122 106 40 537 105 50
Binary 10101101 100000 110100 0 1010010 1000110 100000 101011111 1000101 101000

Color Harmonies of #AD2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2034

Black with #AD2034

Text Example


Text Example

White with #AD2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2034; }

 p { color: rgb(173,32,52); }

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

background-color css

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

 a { background-color: rgb(173,32,52); }

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

border-color css

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

 span { border-color: rgb(173,32,52); }

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