Html Css Color HEX #AD0D2E Cardinal

📋 copy color: '#AD0D2E'

red 173 ◦ green 13 ◦ blue 46

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

Shades of Cardinal #AD0D2E

Tints of Cardinal #AD0D2E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.6%

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 74.57%
G = 5.6%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD0D2E (or 0xAD0D2E) is known color: Cardinal. HEX triplet: AD, 0D and 2E. RGB value is (173,13,46). Sum of RGB (Red+Green+Blue) = 173+13+46=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0D2E is #52F2D1. Grayscale: #404040. Windows color (decimal): -5436114 or 3018157. OLE color: 3018157.

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

Color convert

RGB 173 13 46 -
CMYK 0 0.92 0.73 0.32
HSL 347.63º 0.86% 0.36% -
HSV(B) 347.63º 0.92% 0.68% -
XYZ 17.87 9.37 3.45 -
YUV 64.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 173 13 46 0 0.92 0.73 0.32 347.63 0.86 0.36
Hex AD D 2E 0 5C 49 20 15C 56 24
Octal 255 15 56 0 134 111 40 534 126 44
Binary 10101101 1101 101110 0 1011100 1001001 100000 101011100 1010110 100100

Color Harmonies of #AD0D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D2E

Black with #AD0D2E

Text Example


Text Example

White with #AD0D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D2E; }

 p { color: rgb(173,13,46); }

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

background-color css

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

 a { background-color: rgb(173,13,46); }

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

border-color css

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

 span { border-color: rgb(173,13,46); }

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