Html Css Color HEX #AD1B2A Cardinal

📋 copy color: '#AD1B2A'

red 173 ◦ green 27 ◦ blue 42

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

Shades of Cardinal #AD1B2A

Tints of Cardinal #AD1B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.16%

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 71.49%
G = 11.16%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD1B2A (or 0xAD1B2A) is known color: Cardinal. HEX triplet: AD, 1B and 2A. RGB value is (173,27,42). Sum of RGB (Red+Green+Blue) = 173+27+42=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B2A is #52E4D5. Grayscale: #484848. Windows color (decimal): -5432534 or 2759597. OLE color: 2759597.

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

Color convert

RGB 173 27 42 -
CMYK 0 0.84 0.76 0.32
HSL 353.84º 0.73% 0.39% -
HSV(B) 353.84º 0.84% 0.68% -
XYZ 18.04 9.84 3.14 -
YUV 72.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 173 27 42 0 0.84 0.76 0.32 353.84 0.73 0.39
Hex AD 1B 2A 0 54 4C 20 162 49 27
Octal 255 33 52 0 124 114 40 542 111 47
Binary 10101101 11011 101010 0 1010100 1001100 100000 101100010 1001001 100111

Color Harmonies of #AD1B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B2A

Black with #AD1B2A

Text Example


Text Example

White with #AD1B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B2A; }

 p { color: rgb(173,27,42); }

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

background-color css

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

 a { background-color: rgb(173,27,42); }

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

border-color css

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

 span { border-color: rgb(173,27,42); }

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