Html Css Color HEX #AD1F3D Cardinal

📋 copy color: '#AD1F3D'

red 173 ◦ green 31 ◦ blue 61

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

Shades of Cardinal #AD1F3D

Tints of Cardinal #AD1F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 65.28%
G = 11.7%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD1F3D (or 0xAD1F3D) is known color: Cardinal. HEX triplet: AD, 1F and 3D. RGB value is (173,31,61). Sum of RGB (Red+Green+Blue) = 173+31+61=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F3D is #52E0C2. Grayscale: #4C4C4C. Windows color (decimal): -5431491 or 4005805. OLE color: 4005805.

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

Color convert

RGB 173 31 61 -
CMYK 0 0.82 0.65 0.32
HSL 347.32º 0.7% 0.4% -
HSV(B) 347.32º 0.82% 0.68% -
XYZ 18.57 10.2 5.41 -
YUV 76.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 173 31 61 0 0.82 0.65 0.32 347.32 0.7 0.4
Hex AD 1F 3D 0 52 41 20 15B 46 28
Octal 255 37 75 0 122 101 40 533 106 50
Binary 10101101 11111 111101 0 1010010 1000001 100000 101011011 1000110 101000

Color Harmonies of #AD1F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F3D

Black with #AD1F3D

Text Example


Text Example

White with #AD1F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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