Html Css Color HEX #AD132F Cardinal

📋 copy color: '#AD132F'

red 173 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #AD132F

Tints of Cardinal #AD132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 72.38%
G = 7.95%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD132F (or 0xAD132F) is known color: Cardinal. HEX triplet: AD, 13 and 2F. RGB value is (173,19,47). Sum of RGB (Red+Green+Blue) = 173+19+47=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD132F is #52ECD0. Grayscale: #444444. Windows color (decimal): -5434577 or 3085229. OLE color: 3085229.

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

Color convert

RGB 173 19 47 -
CMYK 0 0.89 0.73 0.32
HSL 349.09º 0.8% 0.38% -
HSV(B) 349.09º 0.89% 0.68% -
XYZ 17.98 9.56 3.59 -
YUV 68.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 173 19 47 0 0.89 0.73 0.32 349.09 0.8 0.38
Hex AD 13 2F 0 59 49 20 15D 50 26
Octal 255 23 57 0 131 111 40 535 120 46
Binary 10101101 10011 101111 0 1011001 1001001 100000 101011101 1010000 100110

Color Harmonies of #AD132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD132F

Black with #AD132F

Text Example


Text Example

White with #AD132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD132F; }

 p { color: rgb(173,19,47); }

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

background-color css

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

 a { background-color: rgb(173,19,47); }

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

border-color css

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

 span { border-color: rgb(173,19,47); }

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