Html Css Color HEX #AD102A Cardinal

📋 copy color: '#AD102A'

red 173 ◦ green 16 ◦ blue 42

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

Shades of Cardinal #AD102A

Tints of Cardinal #AD102A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 74.89%
G = 6.93%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD102A (or 0xAD102A) is known color: Cardinal. HEX triplet: AD, 10 and 2A. RGB value is (173,16,42). Sum of RGB (Red+Green+Blue) = 173+16+42=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD102A is #52EFD5. Grayscale: #414141. Windows color (decimal): -5435350 or 2756781. OLE color: 2756781.

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

Color convert

RGB 173 16 42 -
CMYK 0 0.91 0.76 0.32
HSL 350.06º 0.83% 0.37% -
HSV(B) 350.06º 0.91% 0.68% -
XYZ 17.84 9.42 3.07 -
YUV 65.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 173 16 42 0 0.91 0.76 0.32 350.06 0.83 0.37
Hex AD 10 2A 0 5B 4C 20 15E 53 25
Octal 255 20 52 0 133 114 40 536 123 45
Binary 10101101 10000 101010 0 1011011 1001100 100000 101011110 1010011 100101

Color Harmonies of #AD102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD102A

Black with #AD102A

Text Example


Text Example

White with #AD102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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