Html Css Color HEX #AD0A3F Cardinal

📋 copy color: '#AD0A3F'

red 173 ◦ green 10 ◦ blue 63

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

Shades of Cardinal #AD0A3F

Tints of Cardinal #AD0A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

 BLUE value IS 63 (25% from 255) = 25.61%

R = 70.33%
G = 4.07%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD0A3F (or 0xAD0A3F) is known color: Cardinal. HEX triplet: AD, 0A and 3F. RGB value is (173,10,63). Sum of RGB (Red+Green+Blue) = 173+10+63=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A3F is #52F5C0. Grayscale: #404040. Windows color (decimal): -5436865 or 4131501. OLE color: 4131501.

HSL color Cylindrical-coordinate representation of color #AD0A3F: hue angle of 340.49º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A3F is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 10 63 -
CMYK 0 0.94 0.64 0.32
HSL 340.49º 0.89% 0.36% -
HSV(B) 340.49º 0.94% 0.68% -
XYZ 18.24 9.46 5.57 -
YUV 64.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 173 10 63 0 0.94 0.64 0.32 340.49 0.89 0.36
Hex AD A 3F 0 5E 40 20 154 59 24
Octal 255 12 77 0 136 100 40 524 131 44
Binary 10101101 1010 111111 0 1011110 1000000 100000 101010100 1011001 100100

Color Harmonies of #AD0A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A3F

Black with #AD0A3F

Text Example


Text Example

White with #AD0A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A3F; }

 p { color: rgb(173,10,63); }

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

background-color css

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

 a { background-color: rgb(173,10,63); }

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

border-color css

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

 span { border-color: rgb(173,10,63); }

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