Html Css Color HEX #AD1A42 Cardinal

📋 copy color: '#AD1A42'

red 173 ◦ green 26 ◦ blue 66

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

Shades of Cardinal #AD1A42

Tints of Cardinal #AD1A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 65.28%
G = 9.81%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD1A42 (or 0xAD1A42) is known color: Cardinal. HEX triplet: AD, 1A and 42. RGB value is (173,26,66). Sum of RGB (Red+Green+Blue) = 173+26+66=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A42 is #52E5BD. Grayscale: #4A4A4A. Windows color (decimal): -5432766 or 4332205. OLE color: 4332205.

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

Color convert

RGB 173 26 66 -
CMYK 0 0.85 0.62 0.32
HSL 343.67º 0.74% 0.39% -
HSV(B) 343.67º 0.85% 0.68% -
XYZ 18.59 10.02 6.11 -
YUV 74.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 173 26 66 0 0.85 0.62 0.32 343.67 0.74 0.39
Hex AD 1A 42 0 55 3E 20 158 4A 27
Octal 255 32 102 0 125 76 40 530 112 47
Binary 10101101 11010 1000010 0 1010101 111110 100000 101011000 1001010 100111

Color Harmonies of #AD1A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A42

Black with #AD1A42

Text Example


Text Example

White with #AD1A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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