Html Css Color HEX #AD1A2F Cardinal

📋 copy color: '#AD1A2F'

red 173 ◦ green 26 ◦ blue 47

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

Shades of Cardinal #AD1A2F

Tints of Cardinal #AD1A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.57%

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

R = 70.33%
G = 10.57%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD1A2F (or 0xAD1A2F) is known color: Cardinal. HEX triplet: AD, 1A and 2F. RGB value is (173,26,47). Sum of RGB (Red+Green+Blue) = 173+26+47=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A2F is #52E5D0. Grayscale: #484848. Windows color (decimal): -5432785 or 3087021. OLE color: 3087021.

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

Color convert

RGB 173 26 47 -
CMYK 0 0.85 0.73 0.32
HSL 351.43º 0.74% 0.39% -
HSV(B) 351.43º 0.85% 0.68% -
XYZ 18.12 9.83 3.63 -
YUV 72.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 173 26 47 0 0.85 0.73 0.32 351.43 0.74 0.39
Hex AD 1A 2F 0 55 49 20 15F 4A 27
Octal 255 32 57 0 125 111 40 537 112 47
Binary 10101101 11010 101111 0 1010101 1001001 100000 101011111 1001010 100111

Color Harmonies of #AD1A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A2F

Black with #AD1A2F

Text Example


Text Example

White with #AD1A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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