Html Css Color HEX #AD1B3A Cardinal

📋 copy color: '#AD1B3A'

red 173 ◦ green 27 ◦ blue 58

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

Shades of Cardinal #AD1B3A

Tints of Cardinal #AD1B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 67.05%
G = 10.47%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD1B3A (or 0xAD1B3A) is known color: Cardinal. HEX triplet: AD, 1B and 3A. RGB value is (173,27,58). Sum of RGB (Red+Green+Blue) = 173+27+58=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B3A is #52E4C5. Grayscale: #4A4A4A. Windows color (decimal): -5432518 or 3808173. OLE color: 3808173.

HSL color Cylindrical-coordinate representation of color #AD1B3A: hue angle of 347.26º 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 #AD1B3A is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 27 58 -
CMYK 0 0.84 0.66 0.32
HSL 347.26º 0.73% 0.39% -
HSV(B) 347.26º 0.84% 0.68% -
XYZ 18.39 9.97 4.96 -
YUV 74.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 173 27 58 0 0.84 0.66 0.32 347.26 0.73 0.39
Hex AD 1B 3A 0 54 42 20 15B 49 27
Octal 255 33 72 0 124 102 40 533 111 47
Binary 10101101 11011 111010 0 1010100 1000010 100000 101011011 1001001 100111

Color Harmonies of #AD1B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B3A

Black with #AD1B3A

Text Example


Text Example

White with #AD1B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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