Html Css Color HEX #AD0037 Cardinal

📋 copy color: '#AD0037'

red 173 ◦ green 0 ◦ blue 55

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

Shades of Cardinal #AD0037

Tints of Cardinal #AD0037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 24.12%

R = 75.88%
G = 0%
B = 24.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD0037 (or 0xAD0037) is known color: Cardinal. HEX triplet: AD, 00 and 37. RGB value is (173,0,55). Sum of RGB (Red+Green+Blue) = 173+0+55=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0037 is #52FFC8. Grayscale: #393939. Windows color (decimal): -5439433 or 3604653. OLE color: 3604653.

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

Color convert

RGB 173 0 55 -
CMYK 0 1 0.68 0.32
HSL 340.92º 1% 0.34% -
HSV(B) 340.92º 1% 0.68% -
XYZ 17.92 9.16 4.44 -
YUV 58 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 173 0 55 0 1 0.68 0.32 340.92 1 0.34
Hex AD 0 37 0 64 44 20 155 64 22
Octal 255 0 67 0 144 104 40 525 144 42
Binary 10101101 0 110111 0 1100100 1000100 100000 101010101 1100100 100010

Color Harmonies of #AD0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0037

Black with #AD0037

Text Example


Text Example

White with #AD0037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0037; }

 p { color: rgb(173,0,55); }

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

background-color css

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

 a { background-color: rgb(173,0,55); }

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

border-color css

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

 span { border-color: rgb(173,0,55); }

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