Html Css Color HEX #AD1A2B Cardinal

📋 copy color: '#AD1A2B'

red 173 ◦ green 26 ◦ blue 43

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

Shades of Cardinal #AD1A2B

Tints of Cardinal #AD1A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 71.49%
G = 10.74%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD1A2B (or 0xAD1A2B) is known color: Cardinal. HEX triplet: AD, 1A and 2B. RGB value is (173,26,43). Sum of RGB (Red+Green+Blue) = 173+26+43=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A2B is #52E5D4. Grayscale: #474747. Windows color (decimal): -5432789 or 2824877. OLE color: 2824877.

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

Color convert

RGB 173 26 43 -
CMYK 0 0.85 0.75 0.32
HSL 353.06º 0.74% 0.39% -
HSV(B) 353.06º 0.85% 0.68% -
XYZ 18.04 9.8 3.23 -
YUV 71.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 173 26 43 0 0.85 0.75 0.32 353.06 0.74 0.39
Hex AD 1A 2B 0 55 4B 20 161 4A 27
Octal 255 32 53 0 125 113 40 541 112 47
Binary 10101101 11010 101011 0 1010101 1001011 100000 101100001 1001010 100111

Color Harmonies of #AD1A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A2B

Black with #AD1A2B

Text Example


Text Example

White with #AD1A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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