Html Css Color HEX #AD0E3A Cardinal

📋 copy color: '#AD0E3A'

red 173 ◦ green 14 ◦ blue 58

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

Shades of Cardinal #AD0E3A

Tints of Cardinal #AD0E3A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 70.61%
G = 5.71%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD0E3A (or 0xAD0E3A) is known color: Cardinal. HEX triplet: AD, 0E and 3A. RGB value is (173,14,58). Sum of RGB (Red+Green+Blue) = 173+14+58=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0E3A is #52F1C5. Grayscale: #424242. Windows color (decimal): -5435846 or 3804845. OLE color: 3804845.

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

Color convert

RGB 173 14 58 -
CMYK 0 0.92 0.66 0.32
HSL 343.4º 0.85% 0.37% -
HSV(B) 343.4º 0.92% 0.68% -
XYZ 18.15 9.5 4.88 -
YUV 66.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 173 14 58 0 0.92 0.66 0.32 343.4 0.85 0.37
Hex AD E 3A 0 5C 42 20 157 55 25
Octal 255 16 72 0 134 102 40 527 125 45
Binary 10101101 1110 111010 0 1011100 1000010 100000 101010111 1010101 100101

Color Harmonies of #AD0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0E3A

Black with #AD0E3A

Text Example


Text Example

White with #AD0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0E3A; }

 p { color: rgb(173,14,58); }

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

background-color css

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

 a { background-color: rgb(173,14,58); }

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

border-color css

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

 span { border-color: rgb(173,14,58); }

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