Html Css Color HEX #AD1738 Cardinal

📋 copy color: '#AD1738'

red 173 ◦ green 23 ◦ blue 56

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

Shades of Cardinal #AD1738

Tints of Cardinal #AD1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 68.65%
G = 9.13%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD1738 (or 0xAD1738) is known color: Cardinal. HEX triplet: AD, 17 and 38. RGB value is (173,23,56). Sum of RGB (Red+Green+Blue) = 173+23+56=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1738 is #52E8C7. Grayscale: #474747. Windows color (decimal): -5433544 or 3676077. OLE color: 3676077.

HSL color Cylindrical-coordinate representation of color #AD1738: hue angle of 346.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1738 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 56 -
CMYK 0 0.87 0.68 0.32
HSL 346.8º 0.77% 0.38% -
HSV(B) 346.8º 0.87% 0.68% -
XYZ 18.25 9.78 4.67 -
YUV 71.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 173 23 56 0 0.87 0.68 0.32 346.8 0.77 0.38
Hex AD 17 38 0 57 44 20 15B 4D 26
Octal 255 27 70 0 127 104 40 533 115 46
Binary 10101101 10111 111000 0 1010111 1000100 100000 101011011 1001101 100110

Color Harmonies of #AD1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1738

Black with #AD1738

Text Example


Text Example

White with #AD1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1738; }

 p { color: rgb(173,23,56); }

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

background-color css

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

 a { background-color: rgb(173,23,56); }

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

border-color css

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

 span { border-color: rgb(173,23,56); }

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