Html Css Color HEX #AD1039 Cardinal

📋 copy color: '#AD1039'

red 173 ◦ green 16 ◦ blue 57

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

Shades of Cardinal #AD1039

Tints of Cardinal #AD1039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

 BLUE value IS 57 (22.66% from 255) = 23.17%

R = 70.33%
G = 6.5%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD1039 (or 0xAD1039) is known color: Cardinal. HEX triplet: AD, 10 and 39. RGB value is (173,16,57). Sum of RGB (Red+Green+Blue) = 173+16+57=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1039 is #52EFC6. Grayscale: #434343. Windows color (decimal): -5435335 or 3739821. OLE color: 3739821.

HSL color Cylindrical-coordinate representation of color #AD1039: hue angle of 344.33º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1039 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 57 -
CMYK 0 0.91 0.67 0.32
HSL 344.33º 0.83% 0.37% -
HSV(B) 344.33º 0.91% 0.68% -
XYZ 18.16 9.55 4.76 -
YUV 67.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 173 16 57 0 0.91 0.67 0.32 344.33 0.83 0.37
Hex AD 10 39 0 5B 43 20 158 53 25
Octal 255 20 71 0 133 103 40 530 123 45
Binary 10101101 10000 111001 0 1011011 1000011 100000 101011000 1010011 100101

Color Harmonies of #AD1039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1039

Black with #AD1039

Text Example


Text Example

White with #AD1039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1039; }

 p { color: rgb(173,16,57); }

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

background-color css

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

 a { background-color: rgb(173,16,57); }

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

border-color css

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

 span { border-color: rgb(173,16,57); }

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