Html Css Color HEX #AD063D Cardinal

📋 copy color: '#AD063D'

red 173 ◦ green 6 ◦ blue 61

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

Shades of Cardinal #AD063D

Tints of Cardinal #AD063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

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

R = 72.08%
G = 2.5%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD063D (or 0xAD063D) is known color: Cardinal. HEX triplet: AD, 06 and 3D. RGB value is (173,6,61). Sum of RGB (Red+Green+Blue) = 173+6+61=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD063D is #52F9C2. Grayscale: #3E3E3E. Windows color (decimal): -5437891 or 3999405. OLE color: 3999405.

HSL color Cylindrical-coordinate representation of color #AD063D: hue angle of 340.24º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD063D is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 61 -
CMYK 0 0.97 0.65 0.32
HSL 340.24º 0.93% 0.35% -
HSV(B) 340.24º 0.97% 0.68% -
XYZ 18.14 9.35 5.26 -
YUV 62.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 173 6 61 0 0.97 0.65 0.32 340.24 0.93 0.35
Hex AD 6 3D 0 61 41 20 154 5D 23
Octal 255 6 75 0 141 101 40 524 135 43
Binary 10101101 110 111101 0 1100001 1000001 100000 101010100 1011101 100011

Color Harmonies of #AD063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD063D

Black with #AD063D

Text Example


Text Example

White with #AD063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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