Html Css Color HEX #AD0A41 Cardinal

📋 copy color: '#AD0A41'

red 173 ◦ green 10 ◦ blue 65

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

Shades of Cardinal #AD0A41

Tints of Cardinal #AD0A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 69.76%
G = 4.03%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD0A41 (or 0xAD0A41) is known color: Cardinal. HEX triplet: AD, 0A and 41. RGB value is (173,10,65). Sum of RGB (Red+Green+Blue) = 173+10+65=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A41 is #52F5BE. Grayscale: #404040. Windows color (decimal): -5436863 or 4262573. OLE color: 4262573.

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

Color convert

RGB 173 10 65 -
CMYK 0 0.94 0.62 0.32
HSL 339.75º 0.89% 0.36% -
HSV(B) 339.75º 0.94% 0.68% -
XYZ 18.3 9.48 5.87 -
YUV 65.01 128 205.03 -
System Red Green Blue C M Y K H S L
Decimal 173 10 65 0 0.94 0.62 0.32 339.75 0.89 0.36
Hex AD A 41 0 5E 3E 20 154 59 24
Octal 255 12 101 0 136 76 40 524 131 44
Binary 10101101 1010 1000001 0 1011110 111110 100000 101010100 1011001 100100

Color Harmonies of #AD0A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A41

Black with #AD0A41

Text Example


Text Example

White with #AD0A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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