Html Css Color HEX #AD1F43 Cardinal

📋 copy color: '#AD1F43'

red 173 ◦ green 31 ◦ blue 67

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

Shades of Cardinal #AD1F43

Tints of Cardinal #AD1F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.72%

R = 63.84%
G = 11.44%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD1F43 (or 0xAD1F43) is known color: Cardinal. HEX triplet: AD, 1F and 43. RGB value is (173,31,67). Sum of RGB (Red+Green+Blue) = 173+31+67=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F43 is #52E0BC. Grayscale: #4D4D4D. Windows color (decimal): -5431485 or 4399021. OLE color: 4399021.

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

Color convert

RGB 173 31 67 -
CMYK 0 0.82 0.61 0.32
HSL 344.79º 0.7% 0.4% -
HSV(B) 344.79º 0.82% 0.68% -
XYZ 18.74 10.27 6.3 -
YUV 77.56 122.04 196.07 -
System Red Green Blue C M Y K H S L
Decimal 173 31 67 0 0.82 0.61 0.32 344.79 0.7 0.4
Hex AD 1F 43 0 52 3D 20 159 46 28
Octal 255 37 103 0 122 75 40 531 106 50
Binary 10101101 11111 1000011 0 1010010 111101 100000 101011001 1000110 101000

Color Harmonies of #AD1F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F43

Black with #AD1F43

Text Example


Text Example

White with #AD1F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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