Html Css Color HEX #AD1138 Cardinal

📋 copy color: '#AD1138'

red 173 ◦ green 17 ◦ blue 56

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

Shades of Cardinal #AD1138

Tints of Cardinal #AD1138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

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

R = 70.33%
G = 6.91%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD1138 (or 0xAD1138) is known color: Cardinal. HEX triplet: AD, 11 and 38. RGB value is (173,17,56). Sum of RGB (Red+Green+Blue) = 173+17+56=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1138 is #52EEC7. Grayscale: #444444. Windows color (decimal): -5435080 or 3674541. OLE color: 3674541.

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

Color convert

RGB 173 17 56 -
CMYK 0 0.90 0.68 0.32
HSL 345º 0.82% 0.37% -
HSV(B) 345º 0.9% 0.68% -
XYZ 18.15 9.57 4.63 -
YUV 68.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 173 17 56 0 0.90 0.68 0.32 345 0.82 0.37
Hex AD 11 38 0 5A 44 20 159 52 25
Octal 255 21 70 0 132 104 40 531 122 45
Binary 10101101 10001 111000 0 1011010 1000100 100000 101011001 1010010 100101

Color Harmonies of #AD1138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1138

Black with #AD1138

Text Example


Text Example

White with #AD1138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1138; }

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

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

background-color css

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

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

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

border-color css

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

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

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