Html Css Color HEX #AD133C Cardinal

📋 copy color: '#AD133C'

red 173 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #AD133C

Tints of Cardinal #AD133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 68.65%
G = 7.54%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD133C (or 0xAD133C) is known color: Cardinal. HEX triplet: AD, 13 and 3C. RGB value is (173,19,60). Sum of RGB (Red+Green+Blue) = 173+19+60=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD133C is #52ECC3. Grayscale: #454545. Windows color (decimal): -5434564 or 3937197. OLE color: 3937197.

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

Color convert

RGB 173 19 60 -
CMYK 0 0.89 0.65 0.32
HSL 344.03º 0.8% 0.38% -
HSV(B) 344.03º 0.89% 0.68% -
XYZ 18.28 9.68 5.18 -
YUV 69.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 173 19 60 0 0.89 0.65 0.32 344.03 0.8 0.38
Hex AD 13 3C 0 59 41 20 158 50 26
Octal 255 23 74 0 131 101 40 530 120 46
Binary 10101101 10011 111100 0 1011001 1000001 100000 101011000 1010000 100110

Color Harmonies of #AD133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD133C

Black with #AD133C

Text Example


Text Example

White with #AD133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD133C; }

 p { color: rgb(173,19,60); }

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

background-color css

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

 a { background-color: rgb(173,19,60); }

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

border-color css

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

 span { border-color: rgb(173,19,60); }

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