Html Css Color HEX #AD1F2A Cardinal

📋 copy color: '#AD1F2A'

red 173 ◦ green 31 ◦ blue 42

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

Shades of Cardinal #AD1F2A

Tints of Cardinal #AD1F2A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.6%

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

R = 70.33%
G = 12.6%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD1F2A (or 0xAD1F2A) is known color: Cardinal. HEX triplet: AD, 1F and 2A. RGB value is (173,31,42). Sum of RGB (Red+Green+Blue) = 173+31+42=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F2A is #52E0D5. Grayscale: #4A4A4A. Windows color (decimal): -5431510 or 2760621. OLE color: 2760621.

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

Color convert

RGB 173 31 42 -
CMYK 0 0.82 0.76 0.32
HSL 355.35º 0.7% 0.4% -
HSV(B) 355.35º 0.82% 0.68% -
XYZ 18.14 10.03 3.17 -
YUV 74.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 173 31 42 0 0.82 0.76 0.32 355.35 0.7 0.4
Hex AD 1F 2A 0 52 4C 20 163 46 28
Octal 255 37 52 0 122 114 40 543 106 50
Binary 10101101 11111 101010 0 1010010 1001100 100000 101100011 1000110 101000

Color Harmonies of #AD1F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F2A

Black with #AD1F2A

Text Example


Text Example

White with #AD1F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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